{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "runsForJob", "type": "object", "properties": { "endTime": { "type": "string" }, "id": { "type": "string" }, "isApiTriggered": { "type": "boolean" }, "runDuration": { "type": "number" }, "startTime": { "type": "string" }, "submitTime": { "type": "string" } } }