zero-trust-gateway_ipv4_network

APIs.ioEngineeringPlatform

Properties

Name Type Description
network string The IPv4 address or IPv4 CIDR. IPv4 CIDRs are limited to a maximum of /24.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-ipv4-network-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_ipv4_network",
  "title": "zero-trust-gateway_ipv4_network",
  "properties": {
    "network": {
      "description": "The IPv4 address or IPv4 CIDR. IPv4 CIDRs are limited to a maximum of /24.",
      "example": "192.0.2.1/32",
      "type": "string"
    }
  },
  "required": [
    "network"
  ],
  "type": "object"
}