legacy-jhs_dns_type

The type of DNS record associated with the application.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-legacy-jhs-dns-type-schema.json Raw ↑
{
  "$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"
}