{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "JobSummary", "type": "object", "properties": { "id": { "type": "string" }, "createDate": { "type": "string" }, "status": { "type": "string" }, "priority": { "type": "string" }, "workerTag": { "type": "string" }, "runWithE2": { "type": "boolean" } } }