{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventGatewayStaticKeySource", "title": "EventGatewayStaticKeySource", "description": "A key source that uses static symmetric keys.\n", "type": "object", "properties": { "type": { "type": "string", "const": "static" } }, "additionalProperties": false, "required": [ "type" ] }