15 lines
443 B
JSON
15 lines
443 B
JSON
{
|
|
"oneOf": [
|
|
{
|
|
"$ref": "http://asyncapi.com/definitions/2.5.0/NonBearerHTTPSecurityScheme.json"
|
|
},
|
|
{
|
|
"$ref": "http://asyncapi.com/definitions/2.5.0/BearerHTTPSecurityScheme.json"
|
|
},
|
|
{
|
|
"$ref": "http://asyncapi.com/definitions/2.5.0/APIKeyHTTPSecurityScheme.json"
|
|
}
|
|
],
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "http://asyncapi.com/definitions/2.5.0/HTTPSecurityScheme.json"
|
|
} |