{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CalculationUnitStatus",
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "The status of calculation unit."
},
"errors": {
"type": "array",
"description": "The error in a calculation unit."
},
"result": {
"type": "string",
"description": "The result URL of the calculation."
},
"progress": {
"type": "string",
"description": "The progress of the calculation unit."
}
}
}