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