{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CalculationsSummary", "type": "object", "properties": { "status": { "type": "string", "description": "Last poll status of the calculation." }, "units": { "type": "integer", "description": "Number of calculation units in batch." }, "requestTime": { "type": "string", "description": "Request time of calculation." }, "lastPollTime": { "type": "string", "description": "Last poll time of calculation." } } }