{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FIABCalculationStatus", "type": "object", "properties": { "id": { "type": "string" }, "status": { "type": "string", "description": "FIAB service batch status integer definitions. See https://pages.github.factset.com/FactSet/fipa-inf-docs/service/fiab_batch_api.html#lt-uuid-gt." }, "startdatetime": { "type": "string" }, "completiondatetime": { "type": "string" }, "progress": { "type": "integer" }, "batchevents": { "type": "array" } } }