{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-admin-list-devices-response-schema.json", "title": "AdminListDevicesResponse", "description": "Lists the device's response, as an administrator.", "type": "object", "properties": { "Devices": { "allOf": [ { "$ref": "#/components/schemas/DeviceListType" }, { "description": "The devices in the list of devices response." } ] }, "PaginationToken": { "allOf": [ { "$ref": "#/components/schemas/SearchPaginationTokenType" }, { "description": "The pagination token." } ] } } }