{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OutOfSyncData", "type": "object", "properties": { "runId": { "type": "integer" }, "rows": { "type": "array" } } }