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