{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-property-requests-structure.json", "name": "PropertyRequests", "description": "PropertyRequests schema", "type": "object", "additionalProperties": { "type": "object", "properties": { "definition": { "allOf": [ { "$ref": "#/components/schemas/PropertyDefinitionRequest" }, { "description": "An object that specifies information about a property." } ] }, "value": { "allOf": [ { "$ref": "#/components/schemas/DataValue" }, { "description": "The value of the property." } ] }, "updateType": { "allOf": [ { "$ref": "#/components/schemas/PropertyUpdateType" }, { "description": "The update type of the update property request." } ] } }, "description": "An object that sets information about a property." } }