{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TableSummary", "type": "object", "properties": { "namespace": { "type": "array" }, "name": { "type": "string" }, "type": { "type": "string" }, "tableARN": { "type": "string" }, "createdAt": { "type": "string" }, "modifiedAt": { "type": "string" } } }