{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AICoderGroupCodesStatusOfTaskResponse", "type": "object", "properties": { "errorMessage": { "type": "string", "nullable": true }, "isCompleted": { "type": "boolean", "description": "True if the task is completed, otherwise false" } }, "additionalProperties": false, "description": "Contains a current status of grouping codes into target net task" }