IpRange

A single IP address or an IP address range in CIDR notation

End User ComputingSecure BrowserVirtual DesktopZero Trust
View JSON Schema on GitHub

JSON Schema

workspaces-web-ip-range-schema.json Raw ↑
{
  "type": "string",
  "pattern": "^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(?:/([0-9]|[12][0-9]|3[0-2])|)$",
  "description": "A single IP address or an IP address range in CIDR notation",
  "format": "password",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IpRange",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-ip-range-schema.json"
}