ListMailboxExportJobsRequest schema from Amazon WorkMail API
{ "type": "object", "required": [ "OrganizationId" ], "title": "ListMailboxExportJobsRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The organization ID." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to use to retrieve the next page of results." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/MaxResults" }, { "description": "The maximum number of results to return in a single call." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-mailbox-export-jobs-request-schema.json", "description": "ListMailboxExportJobsRequest schema from Amazon WorkMail API" }