Files
nats-python/openapi_templete/node_modules/@asyncapi/specs/definitions/1.2.0/Reference.json
T
2026-06-01 13:17:37 +02:00

14 lines
263 B
JSON

{
"type": "object",
"required": [
"$ref"
],
"properties": {
"$ref": {
"type": "string",
"format": "uri"
}
},
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://asyncapi.com/definitions/1.2.0/Reference.json"
}