PortalEndpoint

PortalEndpoint schema from Amazon WorkSpaces Web API

End User ComputingSecure BrowserVirtual DesktopZero Trust
View JSON Schema on GitHub

JSON Schema

workspaces-web-portal-endpoint-schema.json Raw ↑
{
  "type": "string",
  "pattern": "^[a-zA-Z0-9]?((?!-)([A-Za-z0-9-]*[A-Za-z0-9])\\.)+[a-zA-Z0-9]+$",
  "minLength": 1,
  "maxLength": 253,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PortalEndpoint",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-portal-endpoint-schema.json",
  "description": "PortalEndpoint schema from Amazon WorkSpaces Web API"
}