dns-custom-nameservers_zone_metadata

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean Whether zone uses account-level custom nameservers.
ns_set number The number of the name server set to assign to the zone.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-custom-nameservers-zone-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-custom-nameservers_zone_metadata",
  "title": "dns-custom-nameservers_zone_metadata",
  "properties": {
    "enabled": {
      "description": "Whether zone uses account-level custom nameservers.",
      "example": true,
      "type": "boolean"
    },
    "ns_set": {
      "default": 1,
      "description": "The number of the name server set to assign to the zone.",
      "example": 1,
      "maximum": 5,
      "minimum": 1,
      "type": "number"
    }
  },
  "type": "object"
}