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

12 lines
276 B
JSON

{
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/2.0.0/SecurityRequirement.json"
}