{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-structure/iot-events-iot-site-wise-input-identifier-structure.json", "name": "IotSiteWiseInputIdentifier", "description": " The identifer of the input routed from AWS IoT SiteWise. ", "type": "object", "properties": { "iotSiteWiseAssetModelPropertyIdentifier": { "allOf": [ { "$ref": "#/components/schemas/IotSiteWiseAssetModelPropertyIdentifier" }, { "description": " The identifier of the AWS IoT SiteWise asset model property. " } ] } } }