{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "FlowRunProperties", "type": "object", "properties": { "startTime": { "type": "string" }, "endTime": { "type": "['string', 'null']" }, "status": { "type": "string" }, "correlation": { "type": "object" }, "trigger": { "type": "object" } } }