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