{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-dynamodb/refs/heads/main/json-structure/dynamodb-openapi-transact-get-items-output-structure.json", "name": "TransactGetItemsOutput", "description": "TransactGetItemsOutput schema from Amazon DynamoDB API", "type": "object", "properties": { "Responses": { "type": "array", "description": "An ordered array of up to 100 ItemResponse objects", "items": { "type": "object", "properties": { "Item": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/AttributeValue" } } } } } } }