{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-batch-associate-client-device-with-core-device-response-structure.json", "name": "BatchAssociateClientDeviceWithCoreDeviceResponse", "description": "BatchAssociateClientDeviceWithCoreDeviceResponse schema", "type": "object", "properties": { "errorEntries": { "allOf": [ { "$ref": "#/components/schemas/AssociateClientDeviceWithCoreDeviceErrorList" }, { "description": "The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to associate." } ] } } }