{ "$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-events-input-identifier-structure.json", "name": "IotEventsInputIdentifier", "description": " The identifier of the input routed to AWS IoT Events. ", "type": "object", "properties": { "inputName": { "allOf": [ { "$ref": "#/components/schemas/InputName" }, { "description": " The name of the input routed to AWS IoT Events. " } ] } }, "required": [ "inputName" ] }