{ "type": "object", "required": [ "WorkspaceId" ], "name": "DescribeWorkspaceSnapshotsRequest", "properties": { "WorkspaceId": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceId" }, { "description": "The identifier of the WorkSpace." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-workspace-snapshots-request-structure.json", "description": "DescribeWorkspaceSnapshotsRequest schema from Amazon WorkSpaces API" }