{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ScanOutput", "type": "object", "properties": { "Items": { "type": "array" }, "Count": { "type": "integer" }, "ScannedCount": { "type": "integer" }, "LastEvaluatedKey": { "type": "object" } } }