{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GatewayTls", "title": "GatewayTls", "type": "object", "properties": { "sslPassthrough": { "type": "boolean" }, "minimumProtocolVersion": { "type": "string", "default": "1.2", "enum": [ "1.2", "1.3" ] }, "certificateFrom": { "type": "string" } } }