{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SslCertConfig", "title": "SslCertConfig", "properties": { "type": { "type": "string", "enum": [ "NO_CERT", "CERTIFICATE" ] }, "file": { "type": "string" }, "password": { "type": "string" }, "serial_number": { "type": "string" }, "issuer_name_base64": { "type": "string" } } }