UNPKG

@asyncapi/specs

Version:
27 lines (26 loc) 714 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://asyncapi.com/definitions/3.1.0/SaslGssapiSecurityScheme.json", "type": "object", "required": [ "type" ], "properties": { "description": { "description": "A short description for security scheme.", "type": "string" }, "type": { "description": "The type of the security scheme.", "type": "string", "enum": [ "gssapi" ] } }, "patternProperties": { "^x-[\\w\\d\\.\\x2d_]+$": { "$ref": "http://asyncapi.com/definitions/3.1.0/specificationExtension.json" } }, "additionalProperties": false, "example": { "$ref": "http://asyncapi.com/examples/3.1.0/Sasl.json" } }