{ "type": "object", "properties": { "AddIns": { "allOf": [ { "$ref": "#/components/schemas/ConnectClientAddInList" }, { "description": "Information about client add-ins." } ] }, "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": "DescribeConnectClientAddInsResult", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-connect-client-add-ins-result-structure.json", "description": "DescribeConnectClientAddInsResult schema from Amazon WorkSpaces API" }