{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DomainCertificateAuthorityEnum", "title": "DomainCertificateAuthorityEnum", "type": "string", "description": "The Certificate Authority issued the certificate.", "enum": [ "letsencrypt", "googletrust" ] }