{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ExecutionStats", "type": "object", "properties": { "numRowsInserted": { "type": "integer" }, "numRowsUpdated": { "type": "integer" }, "numRowsDeleted": { "type": "integer" }, "numDuplicateRowsUpdated": { "type": "integer" } } }