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

15 lines
459 B
JSON

{
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/NonBearerHTTPSecurityScheme.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/BearerHTTPSecurityScheme.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/APIKeyHTTPSecurityScheme.json"
}
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/2.0.0-rc2/HTTPSecurityScheme.json"
}