{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_custom-hostname", "title": "tls-certificates-and-hostnames_custom-hostname", "allOf": [ { "$ref": "#/components/schemas/tls-certificates-and-hostnames_customhostname" } ], "properties": { "hostname": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname" }, "id": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier" }, "ssl": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_ssl" } }, "required": [ "id", "hostname", "ssl" ], "type": "object" }