{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-dynamodb/refs/heads/main/json-structure/dynamodb-openapi-put-item-output-structure.json", "name": "PutItemOutput", "description": "PutItemOutput schema from Amazon DynamoDB API", "type": "object", "properties": { "Attributes": { "type": "object", "description": "The attribute values as they appeared before the PutItem operation", "additionalProperties": { "$ref": "#/components/schemas/AttributeValue" } } } }