{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ScheduleSummary", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "workflowId": { "type": "string" }, "ownerId": { "type": "string" }, "runDateTime": { "type": "string" }, "timeZone": { "type": "string" } } }