Amazon WorkSpaces · JSON Structure

Workspaces Snapshot List Structure

SnapshotList schema from Amazon WorkSpaces API

Type: array Properties: 0
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

SnapshotList is a JSON Structure definition published by Amazon WorkSpaces. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Snapshot"
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "SnapshotList",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-snapshot-list-structure.json",
  "description": "SnapshotList schema from Amazon WorkSpaces API"
}