zones_vanity_name_servers

An array of domains used for custom name servers. This is only available for Business and Enterprise plans.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-vanity-name-servers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_vanity_name_servers",
  "title": "zones_vanity_name_servers",
  "description": "An array of domains used for custom name servers. This is only\navailable for Business and Enterprise plans.",
  "example": [
    "ns1.example.com",
    "ns2.example.com"
  ],
  "items": {
    "format": "hostname",
    "maxLength": 253,
    "type": "string"
  },
  "type": "array"
}