{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FIABCalculationStatusSummary", "type": "object", "properties": { "requesttime": { "type": "string", "description": "Request time of calculation." }, "lastpolltime": { "type": "string", "description": "Last poll time of calculation." } } }