{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CalculationUnitStatus", "type": "object", "properties": { "status": { "type": "string" }, "errors": { "type": "array" }, "result": { "type": "string" }, "progress": { "type": "string" }, "points": { "type": "integer" }, "warnings": { "type": "array" } } }