{ "type": "object", "required": [ "OrganizationId", "ImpersonationRoleId" ], "title": "AssumeImpersonationRoleRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The WorkMail organization under which the impersonation role will be assumed." } ] }, "ImpersonationRoleId": { "allOf": [ { "$ref": "#/components/schemas/ImpersonationRoleId" }, { "description": "The impersonation role ID to assume." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-assume-impersonation-role-request-schema.json", "description": "AssumeImpersonationRoleRequest schema from Amazon WorkMail API" }