EnabledType

EnabledType schema from Amazon WorkSpaces Web API

End User ComputingSecure BrowserVirtual DesktopZero Trust
View JSON Schema on GitHub

JSON Schema

workspaces-web-enabled-type-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "Disabled",
    "Enabled"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EnabledType",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-enabled-type-schema.json",
  "description": "EnabledType schema from Amazon WorkSpaces Web API"
}