secondary-dns_peers

A list of peer tags.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-secondary-dns-peers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/secondary-dns_peers",
  "title": "secondary-dns_peers",
  "description": "A list of peer tags.",
  "example": [
    "23ff594956f20c2a721606e94745a8aa",
    "00920f38ce07c2e2f4df50b1f61d4194"
  ],
  "items": {
    "$ref": "#/components/schemas/secondary-dns_identifier"
  },
  "type": "array"
}