Placeholder documentation for ListInputsResponse
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-list-inputs-response-schema.json", "title": "ListInputsResponse", "description": "Placeholder documentation for ListInputsResponse", "type": "object", "properties": { "Inputs": { "allOf": [ { "$ref": "#/components/schemas/__listOfInput" }, { "xml": { "name": "inputs" } } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" } } ] } } }