{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ScheduledJob", "type": "object", "properties": { "id": { "type": "string" }, "category": { "type": "string" }, "status": { "type": "string" }, "description": { "type": "string" }, "errorMessage": { "type": "string" }, "startDateTime": { "type": "string" }, "endDateTime": { "type": "string" } } }