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

25 lines
476 B
JSON

{
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"prefix": {
"type": "string"
},
"attribute": {
"type": "boolean",
"default": false
},
"wrapped": {
"type": "boolean",
"default": false
}
},
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://asyncapi.com/definitions/1.2.0/xml.json"
}