{ "type": "object", "name": "ListOrganizationsRequest", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to use to retrieve the next page of results. The first call does not contain any tokens." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/MaxResults" }, { "description": "The maximum number of results to return in a single call." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-list-organizations-request-structure.json", "description": "ListOrganizationsRequest schema from Amazon WorkMail API" }