{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "WorkRequest", "type": "object", "properties": { "id": { "type": "string" }, "operationType": { "type": "string" }, "status": { "type": "string" }, "percentComplete": { "type": "number" }, "timeAccepted": { "type": "string" }, "timeStarted": { "type": "string" }, "timeFinished": { "type": "string" }, "resources": { "type": "array" } } }