{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DataChangeTask", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "name": { "type": "string" }, "status": { "type": "object" }, "operation": { "type": "object" }, "createdOn": { "type": "string" }, "completedOn": { "type": "string" } } }