Amazon WorkSpaces · Schema

ImageType

ImageType schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service
View JSON Schema on GitHub

JSON Schema

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