{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-schema/iot-twinmaker-row-schema.json", "title": "Row", "description": "Represents a single row in the query results.", "type": "object", "properties": { "rowData": { "allOf": [ { "$ref": "#/components/schemas/RowData" }, { "description": "The data in a row of query results." } ] } } }