CreateInputResponse schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-schema/iot-events-create-input-response-schema.json", "title": "CreateInputResponse", "description": "CreateInputResponse schema", "type": "object", "properties": { "inputConfiguration": { "allOf": [ { "$ref": "#/components/schemas/InputConfiguration" }, { "description": "Information about the configuration of the input." } ] } } }