{ "type": "object", "properties": { "Token": { "allOf": [ { "$ref": "#/components/schemas/ImpersonationToken" }, { "description": "The authentication token for the impersonation role." } ] }, "ExpiresIn": { "allOf": [ { "$ref": "#/components/schemas/ExpiresIn" }, { "description": "The authentication token's validity, in seconds." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AssumeImpersonationRoleResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-assume-impersonation-role-response-schema.json", "description": "AssumeImpersonationRoleResponse schema from Amazon WorkMail API" }