{ "type": "object", "properties": { "nextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The pagination token used to retrieve the next page of results for this operation. " } ] }, "portals": { "allOf": [ { "$ref": "#/components/schemas/PortalList" }, { "description": "The portals in the list." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListPortalsResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-list-portals-response-schema.json", "description": "ListPortalsResponse schema from Amazon WorkSpaces Web API" }