{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AICoderCodebookExportResponse", "type": "object", "properties": { "errorMessage": { "type": "string", "nullable": true }, "taskStatusKey": { "type": "integer", "description": "Key of newly created task", "format": "int64" } }, "additionalProperties": false, "description": "Contains key of codebook exporting into Coder task" }