{ "$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-input-identifier-structure.json", "name": "InputIdentifier", "description": " The identifer of the input. ", "type": "object", "properties": { "iotEventsInputIdentifier": { "allOf": [ { "$ref": "#/components/schemas/IotEventsInputIdentifier" }, { "description": " The identifier of the input routed to AWS IoT Events. " } ] }, "iotSiteWiseInputIdentifier": { "allOf": [ { "$ref": "#/components/schemas/IotSiteWiseInputIdentifier" }, { "description": " The identifer of the input routed from AWS IoT SiteWise. " } ] } } }