{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/legacy-jhs_dns_type",
"title": "legacy-jhs_dns_type",
"description": "The type of DNS record associated with the application.",
"enum": [
"CNAME",
"ADDRESS"
],
"example": "CNAME",
"type": "string"
}