{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_hostname_certid_input", "title": "tls-certificates-and-hostnames_hostname_certid_input", "properties": { "cert_id": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_cert_id" }, "enabled": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-enabled" }, "hostname": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_schemas-hostname" } }, "type": "object" }