{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/legacy-jhs_origin_dns", "title": "legacy-jhs_origin_dns", "description": "The name and type of DNS record for the Spectrum application.", "properties": { "name": { "$ref": "#/components/schemas/legacy-jhs_origin_dns_name" }, "ttl": { "$ref": "#/components/schemas/legacy-jhs_dns_ttl" }, "type": { "$ref": "#/components/schemas/legacy-jhs_origin_dns_type" } }, "type": "object" }