{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/spectrum-config_dns", "title": "spectrum-config_dns", "description": "The name and type of DNS record for the Spectrum application.", "properties": { "name": { "$ref": "#/components/schemas/spectrum-config_dns_name" }, "type": { "$ref": "#/components/schemas/spectrum-config_dns_type" } }, "type": "object" }