{ "type": "object", "name": "DescribeWorkspaceDirectoriesRequest", "properties": { "DirectoryIds": { "allOf": [ { "$ref": "#/components/schemas/DirectoryIdList" }, { "description": "The identifiers of the directories. If the value is null, all directories are retrieved." } ] }, "Limit": { "allOf": [ { "$ref": "#/components/schemas/Limit" }, { "description": "The maximum number of directories to return." } ] }, "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." } ] } }, "$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-directories-request-structure.json", "description": "DescribeWorkspaceDirectoriesRequest schema from Amazon WorkSpaces API" }