{ "type": "object", "properties": { "AccountModifications": { "allOf": [ { "$ref": "#/components/schemas/AccountModificationList" }, { "description": "The list of modifications to the configuration of BYOL." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The token to use to retrieve the next page of results. This value is null when there are no more results to return. " } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "DescribeAccountModificationsResult", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-account-modifications-result-structure.json", "description": "DescribeAccountModificationsResult schema from Amazon WorkSpaces API" }