dns-firewall_dns_firewall_ips

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-firewall-dns-firewall-ips-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-firewall_dns_firewall_ips",
  "title": "dns-firewall_dns_firewall_ips",
  "example": [
    "203.0.113.1",
    "203.0.113.254",
    "2001:DB8:AB::CF",
    "2001:DB8:CD::CF"
  ],
  "items": {
    "anyOf": [
      {
        "description": "Cloudflare-assigned DNS IPv4 address",
        "example": "203.0.113.1",
        "format": "ipv4",
        "type": "string"
      },
      {
        "description": "Cloudflare-assigned DNS IPv6 address",
        "example": "2001:DB8:ab::CF",
        "format": "ipv6",
        "type": "string"
      }
    ]
  },
  "type": "array"
}