{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CertificateInput", "type": "object", "properties": { "cert": { "type": "string" }, "key": { "type": "string" }, "cert_alt": { "type": "string" }, "key_alt": { "type": "string" }, "snis": { "type": "array" }, "tags": { "type": "array" } } }