{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ProcessStatus", "type": "object", "properties": { "name": { "type": "string" }, "status": { "type": "string" }, "lag": { "type": "string", "description": "Process lag in seconds" }, "checkpoint": { "type": "string" }, "since": { "type": "string" } } }