{ "type": "object", "title": "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-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-workspace-directories-request-schema.json", "description": "DescribeWorkspaceDirectoriesRequest schema from Amazon WorkSpaces API" }