{ "$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-associate-client-device-with-core-device-entry-structure.json", "name": "AssociateClientDeviceWithCoreDeviceEntry", "description": "Contains a request to associate a client device with a core device. The BatchAssociateClientDeviceWithCoreDevice operation consumes a list of these requests.", "type": "object", "properties": { "thingName": { "allOf": [ { "$ref": "#/components/schemas/IoTThingName" }, { "description": "The name of the IoT thing that represents the client device to associate." } ] } }, "required": [ "thingName" ] }