{ "$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-request-structure.json", "name": "BatchAssociateClientDeviceWithCoreDeviceRequest", "description": "BatchAssociateClientDeviceWithCoreDeviceRequest schema", "type": "object", "properties": { "entries": { "allOf": [ { "$ref": "#/components/schemas/AssociateClientDeviceWithCoreDeviceEntryList" }, { "description": "The list of client devices to associate." } ] } } }