{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/spectrum-config_origin_dns_name",
"title": "spectrum-config_origin_dns_name",
"description": "The name of the DNS record associated with the origin.",
"example": "origin.example.com",
"format": "hostname",
"type": "string"
}