{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CalculationStatus", "type": "object", "properties": { "calculationid": { "type": "string" }, "status": { "type": "string" }, "units": { "type": "object" } } }