{
  "type": "object",
  "description": "Holds a dictionary with all the operations this application MUST implement.",
  "additionalProperties": {
    "oneOf": [
      { 
        "$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json" 
      },
      { 
        "$ref": "http://asyncapi.com/definitions/3.0.0/operation.json" 
      }
    ]
  },
  "example": {
    "$ref": "http://asyncapi.com/examples/3.0.0/operations.json"
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "http://asyncapi.com/definitions/3.0.0/operations.json"
}
