{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CalculationStatus", "type": "object", "properties": { "calculationid": { "type": "string" }, "status": { "type": "string" }, "units": { "type": "object", "description": "Number of calculation units in batch." } } }