spectrum-config_origin_dns_type

The type of DNS record associated with the origin. "" is used to specify a combination of A/AAAA records.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-spectrum-config-origin-dns-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/spectrum-config_origin_dns_type",
  "title": "spectrum-config_origin_dns_type",
  "description": "The type of DNS record associated with the origin. \"\" is used to specify a combination of A/AAAA records.",
  "enum": [
    "",
    "A",
    "AAAA",
    "SRV"
  ],
  "example": "",
  "type": "string"
}