{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-attribute-payload-schema.json", "title": "AttributePayload", "description": "The attribute payload.", "type": "object", "properties": { "attributes": { "allOf": [ { "$ref": "#/components/schemas/Attributes" }, { "description": "
A JSON string containing up to three key-value pair in JSON format. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}
Specifies whether the list of attributes provided in the AttributePayload is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing with an empty attribute value.
The merge attribute is only valid when calling UpdateThing or UpdateThingGroup.