{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "https://asyncapi.pavelon.dev/schemas/reference.json",
  "description": "A simple object to allow referencing other components in the specification, internally and externally.",
  "type": "object",
  "required": [ "$ref" ],
  "properties": {
    "$ref": {
      "type": "string",
      "format": "uri-reference"
    }
  },
  "additionalProperties": false
}
