{ "type": "object", "properties": { "Overrides": { "allOf": [ { "$ref": "#/components/schemas/MobileDeviceAccessOverridesList" }, { "description": "The list of mobile device access overrides that exist for the specified WorkMail organization and user." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to use to retrieve the next page of results. The value is \u201cnull\u201d when there are no more results to return." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListMobileDeviceAccessOverridesResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-mobile-device-access-overrides-response-schema.json", "description": "ListMobileDeviceAccessOverridesResponse schema from Amazon WorkMail API" }