{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-schema/iot-greengrass-list-client-devices-associated-with-core-device-response-schema.json", "title": "ListClientDevicesAssociatedWithCoreDeviceResponse", "description": "ListClientDevicesAssociatedWithCoreDeviceResponse schema", "type": "object", "properties": { "associatedClientDevices": { "allOf": [ { "$ref": "#/components/schemas/AssociatedClientDeviceList" }, { "description": "A list that describes the client devices that are associated with the core device." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextTokenString" }, { "description": "The token for the next set of results, or null if there are no additional results." } ] } } }