{ "type": "object", "title": "DescribeWorkspaceImagesRequest", "properties": { "ImageIds": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceImageIdList" }, { "description": "The identifier of the image." } ] }, "ImageType": { "allOf": [ { "$ref": "#/components/schemas/ImageType" }, { "description": "The type (owned or shared) of the image." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/Limit" }, { "description": "The maximum number of items to return." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-workspace-images-request-schema.json", "description": "DescribeWorkspaceImagesRequest schema from Amazon WorkSpaces API" }