{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-dynamodb/refs/heads/main/json-structure/dynamodb-openapi-batch-write-item-output-structure.json", "name": "BatchWriteItemOutput", "description": "BatchWriteItemOutput schema from Amazon DynamoDB API", "type": "object", "properties": { "UnprocessedItems": { "type": "object", "description": "A map of tables and requests against those tables that were not processed" } } }