13 lines
293 B
JSON
13 lines
293 B
JSON
{
|
|
"type": "object",
|
|
"required": [
|
|
"$ref"
|
|
],
|
|
"properties": {
|
|
"$ref": {
|
|
"$ref": "http://asyncapi.com/definitions/2.4.0/ReferenceObject.json"
|
|
}
|
|
},
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "http://asyncapi.com/definitions/2.4.0/Reference.json"
|
|
} |