@asyncapi/specs
Version:
AsyncAPI schema versions
16 lines • 470 B
JSON
{
"type": "object",
"description": "Lists of the required security schemes that can be used to execute an operation",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
},
"example": {
"$ref": "http://asyncapi.com/examples/2.6.0/SecurityRequirement.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/2.6.0/SecurityRequirement.json"
}