{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "issue_job_status", "type": "object", "properties": { "type": { "type": "string" }, "status": { "type": "string" }, "phase": { "type": "string" }, "total": { "type": "integer" }, "count": { "type": "integer" }, "pct": { "type": "number" } } }