{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "checkstatus", "type": "object", "properties": { "product": { "type": "string" }, "jobID": { "type": "string" }, "status": { "type": "string" }, "percentDone": { "type": "integer" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "part": { "type": "integer" } } }