zero-trust-gateway_ipv6_network

APIs.ioEngineeringPlatform

Properties

Name Type Description
network string The IPv6 address or IPv6 CIDR.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-ipv6-network-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_ipv6_network",
  "title": "zero-trust-gateway_ipv6_network",
  "properties": {
    "network": {
      "description": "The IPv6 address or IPv6 CIDR.",
      "example": "2001:85a3::/64",
      "type": "string"
    }
  },
  "required": [
    "network"
  ],
  "type": "object"
}