{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AICoderExcelExportRequest", "required": [ "aiCoderKey" ], "type": "object", "properties": { "aiCoderKey": { "type": "integer", "description": "Key of target AI Coder project which data should be exported into Excel file", "format": "int32" } }, "additionalProperties": false, "description": "Contains request data of the exporting to Excel file task" }