@asyncapi/specs
Version:
AsyncAPI schema versions
17 lines (16 loc) • 547 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.1.0/Reference.json",
"description": "A simple object to allow referencing other components in the specification, internally and externally.",
"type": "object",
"required": [ "$ref" ],
"properties": {
"$ref": {
"description": "The reference string.",
"$ref": "http://asyncapi.com/definitions/3.1.0/ReferenceObject.json"
}
},
"example": {
"$ref": "http://asyncapi.com/examples/3.1.0/ReferenceObject.json"
}
}