diff options
| author | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
| commit | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch) | |
| tree | 0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/openitag/2022-06-16 | |
| download | acs-metadata-full-main.tar.gz acs-metadata-full-main.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'data/en_us/openitag/2022-06-16')
| -rw-r--r-- | data/en_us/openitag/2022-06-16/api-docs.php | 8255 |
1 files changed, 8255 insertions, 0 deletions
diff --git a/data/en_us/openitag/2022-06-16/api-docs.php b/data/en_us/openitag/2022-06-16/api-docs.php new file mode 100644 index 0000000..b6ae059 --- /dev/null +++ b/data/en_us/openitag/2022-06-16/api-docs.php @@ -0,0 +1,8255 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'OpenITag', + 'version' => '2022-06-16', + ], + 'directories' => [ + [ + 'id' => 171721, + 'title' => 'Tenant', + 'type' => 'directory', + 'children' => [ + 'ListTenants', + 'GetTenant', + 'UpdateTenant', + ], + ], + [ + 'id' => 171725, + 'title' => 'Callout Template', + 'type' => 'directory', + 'children' => [ + 'ListTemplates', + 'CreateTemplate', + 'UpdateTemplate', + 'DeleteTemplate', + 'GetTemplateView', + 'GetTemplateQuestions', + 'GetTemplate', + ], + ], + [ + 'id' => 171733, + 'title' => 'Labeling Tasks', + 'type' => 'directory', + 'children' => [ + 'AppendAllDataToTask', + 'ListTasks', + 'CreateTask', + 'GetTask', + 'UpdateTask', + 'DeleteTask', + 'GetTaskTemplateViews', + 'GetTaskTemplateQuestions', + 'GetTaskTemplate', + 'GetTaskStatus', + 'GetTaskStatistics', + ], + ], + [ + 'id' => 171744, + 'title' => 'Subtask Package', + 'type' => 'directory', + 'children' => [ + 'ListSubtasks', + 'GetSubtask', + 'ListSubtaskItems', + 'GetSubtaskItem', + ], + ], + [ + 'id' => 171749, + 'title' => 'Labeling Results', + 'type' => 'directory', + 'children' => [ + 'ExportAnnotations', + 'ListJobs', + 'GetJob', + ], + ], + [ + 'id' => 171753, + 'title' => 'Marking personnel management', + 'type' => 'directory', + 'children' => [ + 'ListUsers', + 'GetUser', + 'CreateUser', + 'UpdateUser', + 'DeleteUser', + ], + ], + [ + 'id' => 171759, + 'title' => 'Task personnel', + 'type' => 'directory', + 'children' => [ + 'GetTaskWorkforce', + 'AddWorkNodeWorkforce', + 'GetTaskWorkforceStatistic', + 'UpdateTaskWorkforce', + 'RemoveWorkNodeWorkforce', + ], + ], + ], + 'components' => [ + 'schemas' => [ + 'CreateTaskDetail' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'TaskName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => '', + 'backendName' => 'TaskName', + ], + 'UUID' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => '16623***80757311', + 'backendName' => 'UUID', + ], + 'TemplateId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => '152936***8342353920', + 'backendName' => 'TemplateId', + ], + 'AllowAppendData' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => '0', + 'backendName' => 'AllowAppendData', + ], + 'TaskTemplateConfig' => [ + 'description' => '', + 'visibility' => 'public', + 'backendName' => 'TaskTemplateConfig', + '$ref' => '#/components/schemas/TaskTemplateConfig', + ], + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'required' => false, + 'example' => 'false', + 'backendName' => 'Exif', + ], + 'Admins' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Users' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'backendName' => 'Users', + ], + ], + 'backendName' => 'Admins', + ], + 'TaskWorkflow' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'NodeName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'MARK', + 'backendName' => 'NodeName', + 'enum' => [ + 'MARK', + 'CHECK', + 'SAMPLING', + ], + ], + ], + 'extendType' => 'true', + 'enum' => [ + 'MARK', + 'CHECK', + 'SAMPLE', + ], + ], + 'required' => true, + 'backendName' => 'TaskWorkflow', + ], + 'AssignConfig' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'required' => true, + 'backendName' => 'AssignConfig', + '$ref' => '#/components/schemas/TaskAssginConfig', + ], + 'Tags' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'text', + 'extendType' => 'true', + ], + 'backendName' => 'Tags', + ], + 'DatasetProxyRelations' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/DatasetProxyConfig', + ], + 'required' => true, + 'backendName' => 'DatasetProxyRelations', + ], + ], + ], + 'DatasetProxyConfig' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Source' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'PAI', + 'backendName' => 'Source', + 'default' => 'PAI', + 'enum' => [ + 'PAI', + ], + ], + 'SourceDatasetId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => '214***12514', + 'backendName' => 'SourceDatasetId', + ], + 'DatasetType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'LABEL', + 'backendName' => 'DatasetType', + 'default' => 'LABEL', + ], + ], + ], + 'FlowJobInfo' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'JobId' => [ + 'title' => 'JobId', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1475***441221943296', + 'backendName' => 'JobId', + ], + 'JobType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'DOWNLOWD_MARKRESULT_FLOW', + 'backendName' => 'JobType', + ], + 'ProcessType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'NEW_INIT', + 'backendName' => 'ProcessType', + ], + 'MessageId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '792B76F4000E681A95155146A002D5F8', + 'backendName' => 'MessageId', + ], + 'TaskId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1543***518306500608', + 'backendName' => 'TaskId', + ], + 'Display' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'true', + 'backendName' => 'Display', + ], + ], + ], + 'Job' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Status' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'success', + 'backendName' => 'Status', + ], + 'JobResult' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'ResultLink' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'oss://****-hz-oss.oss-cn-hangzhou.aliyuncs.com/output/ocr_demo001.manifest', + 'backendName' => 'ResultLink', + ], + ], + 'backendName' => 'JobResult', + ], + 'JobType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'DOWNLOWD_MARKRESULT_FLOW', + 'backendName' => 'JobType', + ], + 'GmtCreateTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2021-12-28 11:42:19', + 'backendName' => 'GmtCreate', + ], + 'GmtModifiedTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2021-12-28 11:42:20', + 'backendName' => 'GmtModified', + ], + 'Creator' => [ + 'description' => '', + 'visibility' => 'public', + 'backendName' => 'Creator', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'JobId' => [ + 'title' => 'JobId', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '147***441221943296', + 'backendName' => 'JobId', + ], + ], + ], + 'MarkResult' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'MarkResultId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1500***849089597440', + 'backendName' => 'MarkResultId', + ], + 'MarkTitle' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'MarkTitle', + ], + 'MarkResult' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'b', + 'backendName' => 'MarkResult', + ], + 'QuestionId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1', + 'backendName' => 'QuestionId', + ], + 'ResultType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'RADIO', + 'backendName' => 'ResultType', + ], + 'Progress' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'None', + 'backendName' => 'Progress', + ], + 'Version' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1646643768468', + 'backendName' => 'Version', + ], + 'MarkTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'Mon Mar 07 17:02:48 CST 2022', + 'backendName' => 'MarkTime', + ], + 'UserMarkResultId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1500***849358032896', + 'backendName' => 'UserMarkResultId', + ], + 'IsNeedVoteJudge' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'IsNeedVoteJudge', + ], + ], + ], + 'OpenDatasetProxyAppendDataRequest' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'Public', + 'type' => 'object', + 'properties' => [ + 'TaskId' => [ + 'title' => 'TaskId', + 'description' => '', + 'visibility' => 'Public', + 'type' => 'string', + 'example' => '154***518306500608', + 'backendName' => 'TaskId', + ], + 'UUID' => [ + 'title' => 'BizNo', + 'description' => '', + 'visibility' => 'Public', + 'type' => 'string', + 'example' => 'e5c9db3f-f27c-445e-a52b-06ba6d1ba00f', + 'backendName' => 'UUID', + ], + 'DataMeta' => [ + 'title' => 'LabelDataList', + 'description' => '', + 'visibility' => 'Public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'object', + 'additionalProperties' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'string', + 'example' => 'http://test-bucket-duplicate.oss-cn-hangzhou.aliyuncs.com/fe-test/ocr/table/1.jpeg', + ], + 'extendType' => 'true', + ], + 'backendName' => 'DataMeta', + ], + 'TraceId' => [ + 'title' => 'TraceId', + 'description' => 'TraceId', + 'visibility' => 'Public', + 'type' => 'string', + 'example' => '0bc1ec3916825622257033399edb6b', + 'backendName' => 'TraceId', + ], + ], + ], + 'QuestionOption' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => 'dog', + 'backendName' => 'Label', + ], + 'Key' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => '12', + 'backendName' => 'Key', + ], + 'Shortcut' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1', + 'backendName' => 'Shortcut', + ], + 'Color' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '#239125', + 'backendName' => 'Color', + ], + 'Remark' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'Remark', + ], + 'Children' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/QuestionOption', + ], + 'backendName' => 'Children', + ], + ], + ], + 'QuestionPlugin' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'MarkTitle' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => '', + 'backendName' => 'MarkTitle', + ], + 'MarkTitleAlias' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'MarkTitleAlias', + ], + 'Type' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => 'RADIO', + 'backendName' => 'Type', + ], + 'MustFill' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'required' => true, + 'example' => 'False', + 'backendName' => 'MustFill', + ], + 'Display' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'required' => true, + 'example' => 'True', + 'backendName' => 'Display', + ], + 'Selected' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'Selected', + ], + 'SelectGroup' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'g1', + 'backendName' => 'SelectGroup', + ], + 'DefaultResult' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1', + 'backendName' => 'DefaultResult', + ], + 'Rule' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '""', + 'backendName' => 'Rule', + ], + 'CanSelect' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'CanSelect', + ], + 'Children' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/QuestionPlugin', + ], + 'backendName' => 'Children', + ], + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'false', + 'backendName' => 'Exif', + ], + 'PreOptions' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'options', + 'extendType' => 'true', + ], + 'backendName' => 'PreOptions', + ], + 'Options' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/QuestionOption', + ], + 'required' => true, + 'backendName' => 'Options', + ], + 'HotKeyMap' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '""', + 'backendName' => 'HotKeyMap', + ], + 'QuestionId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => '123', + 'backendName' => 'QuestionId', + ], + ], + ], + 'SimpleSubtask' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'SubtaskId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1500***457270333440', + 'backendName' => 'SubtaskId', + ], + 'Status' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'FINISHED', + 'backendName' => 'Status', + ], + 'Items' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'FeedbackRemark' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'FeedbackRemark', + ], + 'FeedbackFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'FeedbackFlag', + ], + 'DataId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1957578084', + 'backendName' => 'DataId', + ], + 'State' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'HANDLING', + 'backendName' => 'State', + ], + 'Mine' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '0', + 'backendName' => 'Mine', + ], + 'RejectFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'RejectFlag', + ], + 'FixedFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'FixedFlag', + ], + 'AbandonFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'AbandonFlag', + ], + 'AbandonRemark' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'AbandonRemark', + ], + 'Weight' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '311011', + 'backendName' => 'Weight', + ], + 'ItemId' => [ + 'title' => 'ItemId', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '15116***94667356160', + 'nullable' => true, + 'nullToEmpty' => true, + 'backendName' => 'ItemId', + ], + ], + 'extendType' => 'true', + ], + 'backendName' => 'Items', + ], + ], + ], + 'SimpleTask' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Creator' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'backendName' => 'Creator', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'Modifier' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'backendName' => 'Modifier', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'GmtCreateTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2021-07-07 16:09:20', + 'backendName' => 'GmtCreateTime', + ], + 'GmtModifiedTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2021-07-07 16:09:20', + 'backendName' => 'GmtModifiedTime', + ], + 'TaskName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'demo', + 'backendName' => 'TaskName', + ], + 'TaskId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '15438***8306500608', + 'backendName' => 'TaskId', + ], + 'TemplateId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1529***348342353920', + 'nullable' => true, + 'backendName' => 'TemplateId', + ], + 'TaskType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'NORMAL', + 'backendName' => 'TaskType', + ], + 'TenantId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'GA***W134', + 'backendName' => 'TenantId', + ], + 'Remark' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'nullable' => true, + 'backendName' => 'Remark', + ], + 'LabelStyle' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'IMG', + 'backendName' => 'LabelStyle', + ], + 'WorkflowNodes' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'extendType' => 'true', + ], + 'required' => false, + 'backendName' => 'WorkflowNodes', + ], + 'Tags' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'text', + 'extendType' => 'true', + ], + 'required' => false, + 'nullable' => true, + 'backendName' => 'Tags', + ], + 'Archived' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'true', + 'backendName' => 'Archived', + ], + 'Stage' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'MARK', + 'backendName' => 'Stage', + ], + 'ArchivedInfos' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'null', + 'nullable' => true, + 'nullToEmpty' => false, + 'backendName' => 'ArchivedInfos', + ], + 'Status' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'CREATED', + 'backendName' => 'Status', + ], + 'RefTaskId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '123***5124', + 'backendName' => 'RefTaskId', + ], + 'UUID' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'paiworkspace-0001', + 'backendName' => 'UUID', + ], + ], + ], + 'SimpleTemplate' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'TemplateId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '154***1431673270272', + 'backendName' => 'TemplateId', + ], + 'TemplateName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'TemplateName', + ], + 'TenantId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'GA***W134', + 'backendName' => 'TenantId', + ], + 'Description' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'Description', + ], + 'Status' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'DRAFT', + 'backendName' => 'Status', + ], + 'Tags' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'TEXT', + 'extendType' => 'true', + ], + 'backendName' => 'Tags', + ], + 'SharedMode' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'ALL', + 'backendName' => 'SharedMode', + ], + 'AbandonReasons' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'AbandonReasons', + ], + 'Type' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'CUSTOM', + 'backendName' => 'Type', + ], + 'GmtCreateTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2022-07-12 14:21:08', + 'backendName' => 'GmtCreateTime', + ], + 'GmtModifiedTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2022-07-12 14:21:08', + 'backendName' => 'GmtModifiedTime', + ], + ], + ], + 'SimpleTenant' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Creator' => [ + 'description' => '', + 'visibility' => 'public', + 'backendName' => 'Creator', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'GmtCreateTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2021-07-07 16:09:20', + 'backendName' => 'GmtCreateTime', + ], + 'GmtModifiedTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2021-07-07 16:09:20', + 'backendName' => 'GmtModifiedTime', + ], + 'TenantId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'GA***W134', + 'backendName' => 'TenantId', + ], + 'TenantName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'demo', + 'backendName' => 'TenantName', + ], + 'UUID' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'paiworkspace-0001', + 'backendName' => 'UUID', + ], + 'Description' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'Description', + ], + 'Role' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'ADMIN', + 'backendName' => 'Role', + ], + 'Modifier' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'backendName' => 'Modifier', + '$ref' => '#/components/schemas/SimpleUser', + ], + ], + ], + 'SimpleUser' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'UserId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '166***9980757311', + 'backendName' => 'UserId', + ], + 'AccountType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'ALIYUN', + 'backendName' => 'AccountType', + ], + 'AccountNo' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '166***9980757310', + 'backendName' => 'AccountNo', + ], + 'UserName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '[email protected]', + 'backendName' => 'UserName', + ], + 'Role' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'ADMIN', + 'nullable' => true, + 'nullToEmpty' => false, + 'backendName' => 'Role', + ], + ], + ], + 'SimpleWorkforce' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'WorkNodeId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + 'backendName' => 'WorkNodeId', + ], + 'UserIds' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1662***980757311', + 'extendType' => 'true', + ], + 'required' => false, + 'backendName' => 'UserIds', + ], + ], + 'required' => false, + ], + 'SingleTenant' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Description' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'Description', + ], + 'TenantName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'demo', + 'backendName' => 'TenantName', + ], + 'UUID' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'paiworkspace-0001', + 'backendName' => 'UUID', + ], + 'TenantId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'GA***134', + 'backendName' => 'TenantId', + ], + 'Status' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'CREATED', + 'backendName' => 'Status', + ], + ], + ], + 'SubtaskDetail' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'SubtaskId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1500***457270333440', + 'backendName' => 'SubtaskId', + ], + 'Status' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'FINISHED', + 'backendName' => 'Status', + ], + 'Items' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'FeedbackRemark' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'FeedbackRemark', + ], + 'FeedbackFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'FeedbackFlag', + ], + 'DataId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1957578084', + 'backendName' => 'DataId', + ], + 'State' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'enumValueTitles' => [ + 'HANDLING' => 'HANDLING', + 'CREATE' => 'CREATE', + ], + 'example' => 'HANDLING', + 'backendName' => 'State', + ], + 'Mine' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '0', + 'backendName' => 'Mine', + ], + 'RejectFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'RejectFlag', + ], + 'FixedFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'FixedFlag', + ], + 'AbandonFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'AbandonFlag', + ], + 'AbandonRemark' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'AbandonRemark', + ], + 'Weight' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '311011', + 'backendName' => 'Weight', + ], + ], + 'extendType' => 'true', + ], + 'backendName' => 'Items', + ], + 'TaskId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1511***994667356160', + 'backendName' => 'TaskId', + ], + 'CurrentWorkNode' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'MARK', + 'backendName' => 'CurrentWorkNode', + ], + 'WorkNodeState' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'FINISHED', + 'backendName' => 'WorkNodeState', + ], + 'Workforce' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/Workforce', + ], + 'backendName' => 'Workforce', + ], + 'CanReassign' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'false', + 'backendName' => 'CanReassign', + ], + 'CanRelease' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'false', + 'backendName' => 'CanRelease', + ], + 'CanDiscard' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'false', + 'backendName' => 'CanDiscard', + ], + 'Weight' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '631548', + 'backendName' => 'Weight', + ], + 'ExtConfigs' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'deprecated' => false, + 'example' => 'null', + 'nullable' => true, + 'nullToEmpty' => true, + 'backendName' => 'ExtConfigs', + ], + ], + ], + 'SubtaskItemDetail' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'ItemId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1500***47176994816', + 'backendName' => 'ItemId', + ], + 'Annotations' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'FeedbackRemark' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'FeedbackRemark', + ], + 'FeedbackFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'FeedbackFlag', + ], + 'DataId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1957578084', + 'backendName' => 'DataId', + ], + 'State' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'HANDLING', + 'backendName' => 'State', + ], + 'Mine' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '0', + 'backendName' => 'Mine', + ], + 'RejectFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'RejectFlag', + ], + 'FixedFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'FixedFlag', + ], + 'AbandonFlag' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'False', + 'backendName' => 'AbandonFlag', + ], + 'AbandonRemark' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'AbandonRemark', + ], + 'Weight' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '311011', + 'backendName' => 'Weight', + ], + ], + 'extendType' => 'true', + ], + 'backendName' => 'Annotations', + ], + 'DataSource' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'None', + 'backendName' => 'DataSource', + ], + ], + ], + 'TaskAssginConfig' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'AssignType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'FIXED_SIZE', + 'backendName' => 'AssignType', + 'default' => 'FIXED_SIZE', + 'enum' => [ + 'FIXED_SIZE', + 'AVG_SIZE', + 'FIELD_BASE', + ], + ], + 'AssignCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2', + 'backendName' => 'AssignCount', + ], + 'AssignField' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'label_field', + 'backendName' => 'AssignField', + ], + 'AssignSubTaskCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '0', + 'backendName' => 'AssignSubTaskCount', + ], + ], + ], + 'TaskDetail' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Creator' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'backendName' => 'Creator', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'Modifier' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'backendName' => 'Modifier', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'GmtCreateTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2022-07-04 11:42:57', + 'backendName' => 'GmtCreateTime', + ], + 'GmtModifiedTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2022-08-16 18:38:42', + 'backendName' => 'GmtModifiedTime', + ], + 'TaskName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'TaskName', + ], + 'TaskId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '15438***8306500608', + 'backendName' => 'TaskId', + ], + 'TemplateId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1529***348342353920', + 'nullable' => true, + 'backendName' => 'TemplateId', + ], + 'TaskType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'NORMAL', + 'backendName' => 'TaskType', + ], + 'TenantId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'GA***W134', + 'backendName' => 'TenantId', + ], + 'Remark' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'demo', + 'nullable' => true, + 'backendName' => 'Remark', + ], + 'LabelStyle' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'null', + 'backendName' => 'LabelStyle', + ], + 'WorkflowNodes' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'enumValueTitles' => [ + 'SAMPLING' => 'SAMPLING', + 'CHECK' => 'CHECK', + 'MARK' => 'MARK', + ], + 'example' => 'MARK', + 'extendType' => 'true', + ], + 'required' => false, + 'backendName' => 'WorkflowNodes', + ], + 'Tags' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'text', + 'extendType' => 'true', + ], + 'required' => false, + 'nullable' => true, + 'backendName' => 'Tags', + ], + 'Archived' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => '0', + 'backendName' => 'Archived', + ], + 'Stage' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'MARK', + 'backendName' => 'Stage', + ], + 'ArchivedInfos' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'null', + 'nullable' => true, + 'nullToEmpty' => false, + 'backendName' => 'ArchivedInfos', + ], + 'Status' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'CREATED', + 'backendName' => 'Status', + ], + 'RefTaskId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '12312414', + 'backendName' => 'RefTaskId', + ], + 'UUID' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'paiworkspace-0001', + 'backendName' => 'UUID', + ], + 'TaskWorkflow' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'NodeName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'MARK', + 'backendName' => 'NodeName', + ], + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'false', + 'backendName' => 'Exif', + ], + 'Users' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'backendName' => 'Users', + ], + 'Groups' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'null', + 'extendType' => 'true', + ], + 'backendName' => 'Groups', + ], + ], + 'extendType' => 'true', + ], + 'backendName' => 'TaskWorkflow', + ], + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'null', + 'backendName' => 'Exif', + ], + 'Admins' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'backendName' => 'Admins', + ], + 'AssignConfig' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'null', + 'backendName' => 'AssignConfig', + ], + 'TaskTemplateConfig' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'false', + 'backendName' => 'Exif', + ], + 'TemplateOptionMap' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => '{"1":[{"label":"label1","key":"label1"}]}', + 'backendName' => 'TemplateOptionMap', + ], + 'SelectQuestions' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '["question1"]', + 'extendType' => 'true', + ], + 'backendName' => 'SelectQuestions', + ], + 'RobotConfig' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'null', + 'backendName' => 'RobotConfig', + ], + 'TemplateRelationId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '200', + 'backendName' => 'TemplateRelationId', + ], + 'ResourceKey' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'picture1', + 'backendName' => 'ResourceKey', + ], + ], + 'backendName' => 'TaskTemplateConfig', + ], + 'TenantName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'TenantName', + ], + 'DatasetProxyRelations' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'DatasetId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '102***124', + 'backendName' => 'DatasetId', + ], + 'Source' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'PAI', + 'backendName' => 'Source', + ], + 'SourceBizId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'd-24eyimdzdn4a98jktk', + 'backendName' => 'SourceBizId', + ], + 'DatasetType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'LABEL', + 'backendName' => 'DatasetType', + ], + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'false', + 'backendName' => 'Exif', + ], + 'SourceDatasetId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2312124', + 'backendName' => 'SourceDatasetId', + ], + ], + 'extendType' => 'true', + ], + 'backendName' => 'DatasetProxyRelations', + ], + 'AllowAppendData' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'true', + 'backendName' => 'AllowAppendData', + ], + 'RelateTaskConfig' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'null', + 'backendName' => 'RelateTaskConfig', + ], + 'PeriodConfig' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => '{"periodConfigId":"","status":""}', + 'backendName' => 'PeriodConfig', + ], + 'MineConfigs' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'null', + 'backendName' => 'MineConfigs', + ], + 'VoteConfigs' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => '{"1":{"VoteNum":1,"MinVote":1}}', + 'backendName' => 'VoteConfigs', + ], + 'NoticeConfig' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => '{"DingHook":"","ListenActions":[],"SubTaskAlertGap":""}', + 'backendName' => 'NoticeConfig', + ], + 'ResultCallbackConfig' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => '{"RetMsgMode":"","Exif":{}}', + 'backendName' => 'ResultCallbackConfig', + ], + 'runMsg' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'xxxxx', + 'backendName' => 'runMsg', + ], + 'AlertTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '12412312', + 'backendName' => 'AlertTime', + ], + ], + ], + 'TaskStatistic' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'TotalItemCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3', + 'backendName' => 'TotalItemCount', + 'default' => '0', + ], + 'TotalSubtaskCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'minimum' => '0', + 'example' => '3', + 'backendName' => 'TotalSubtaskCount', + 'default' => '0', + ], + 'FinishedItemCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3', + 'backendName' => 'FinishedItemCount', + ], + 'FinishedSubtaskCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3', + 'backendName' => 'FinishedSubtaskCount', + ], + 'FinalAbandonCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'FinalAbandonCount', + ], + 'PreMarkFixedCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'minimum' => '0', + 'example' => '0', + 'nullable' => true, + 'backendName' => 'PreMarkFixedCount', + 'default' => '0', + ], + 'AcceptItemCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'AcceptItemCount', + ], + 'TotalCheckedCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'TotalCheckedCount', + ], + 'CheckedError' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'checkedError', + ], + 'CheckAbandon' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'CheckAbandon', + ], + 'CheckedAccuracy' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'minimum' => '0', + 'example' => '0', + 'backendName' => 'CheckedAccuracy', + 'default' => '0.0', + ], + 'CheckedRejectCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'CheckedRejectCount', + ], + 'TotalSampledCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'TotalSampledCount', + ], + 'SampledErrorCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'SampledErrorCount', + ], + 'SampledRejectCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'SampledRejectCount', + ], + 'SampledAccuracy' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'minimum' => '0', + 'example' => '0', + 'backendName' => 'SampledAccuracy', + 'default' => '0.0', + ], + 'TotalSamplingCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'TotalSamplingCount', + ], + 'TotalCheckCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'TotalCheckCount', + ], + 'TotalWorkTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'TotalWorkTime', + ], + 'TotalMarkTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'minimum' => '0', + 'example' => '0', + 'backendName' => 'TotalMarkTime', + 'default' => '0.0', + ], + 'MarkEfficiency' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'MarkEfficiency', + ], + 'TotalCheckTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0', + 'backendName' => 'TotalCheckTime', + 'default' => '0.0', + ], + 'CheckEfficiency' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'minimum' => '0', + 'example' => '0', + 'backendName' => 'CheckEfficiency', + 'default' => '0.0', + ], + 'SamplingAccuracy' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'minimum' => '0', + 'example' => '0', + 'backendName' => 'SamplingAccuracy', + 'default' => '0.0', + ], + 'CheckAccuracy' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'minimum' => '0', + 'example' => '0', + 'backendName' => 'CheckAccuracy', + 'default' => '0.0', + ], + ], + ], + 'TaskTemplateConfig' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'additionalProperties' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'false', + ], + 'backendName' => 'Exif', + ], + 'TemplateOptionMap' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'additionalProperties' => [ + 'description' => '', + 'visibility' => 'public', + 'example' => '{"1":[{"label":"Option-A","key":"Option-A"},{"label":"Option-A","key":"Option-A"}]}', + '$ref' => '#/components/schemas/TaskTemplateOptionConfig', + ], + 'backendName' => 'TemplateOptionMap', + ], + 'SelectQuestions' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '["question1","question2"]', + 'extendType' => 'true', + ], + 'backendName' => 'SelectQuestions', + ], + 'TemplateRelationId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '154***2391839854592', + 'backendName' => 'TemplateRelationId', + ], + 'ResourceKey' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'url', + 'backendName' => 'ResourceKey', + ], + ], + ], + 'TaskTemplateOptionConfig' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'DefaultResult' => [ + 'title' => 'DefaultResult', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'nullable' => false, + 'backendName' => 'DefaultResult', + ], + 'Rule' => [ + 'title' => 'Rule', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '\\w+', + 'nullable' => false, + 'backendName' => 'Rule', + ], + 'PreOptions' => [ + 'title' => 'PreOptions', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'options', + 'extendType' => 'true', + ], + 'nullable' => false, + 'backendName' => 'PreOptions', + 'itemName' => 'String', + ], + 'Options' => [ + 'title' => 'Options', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/QuestionOption', + ], + 'nullable' => false, + 'backendName' => 'Options', + 'itemName' => 'QuestionOption', + ], + ], + ], + 'TemplateDetail' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'GmtCreateTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2021-07-07 16:09:20', + 'backendName' => 'GmtCreateTime', + ], + 'GmtModifiedTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '2021-07-07 16:09:20', + 'backendName' => 'GmtModifiedTime', + ], + 'TemplateId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1529***48342353920', + 'backendName' => 'TemplateId', + ], + 'TemplateName' => [ + 'title' => 'TemplateName', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'demo', + 'backendName' => 'TemplateName', + ], + 'Description' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'demo', + 'backendName' => 'Description', + ], + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'false', + 'backendName' => 'Exif', + ], + 'Status' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'CREATED', + 'backendName' => 'Status', + ], + 'Tags' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'text', + 'extendType' => 'true', + ], + 'backendName' => 'Tags', + ], + 'AbandonReasons' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'error', + 'extendType' => 'true', + ], + 'backendName' => 'AbandonReasons', + ], + 'Type' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'picture', + 'backendName' => 'Type', + ], + 'QuestionConfigs' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/QuestionPlugin', + ], + 'backendName' => 'QuestionConfigs', + ], + 'Creator' => [ + 'description' => '', + 'visibility' => 'public', + 'backendName' => 'Creator', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'Modifier' => [ + 'description' => '', + 'visibility' => 'public', + 'backendName' => 'Modifier', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'Classify' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'picture', + 'backendName' => 'Classify', + ], + 'TenantId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'GA***W134', + 'backendName' => 'TenantId', + ], + 'SharedMode' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'true', + 'backendName' => 'SharedMode', + ], + 'ViewConfigs' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'ViewPlugins' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/ViewPlugin', + ], + 'backendName' => 'ViewPlugins', + ], + ], + 'backendName' => 'ViewConfigs', + ], + ], + ], + 'TemplateDTO' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'TemplateName' => [ + 'title' => 'TemplateName', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => 'demo', + 'backendName' => 'TemplateName', + ], + 'Description' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'demo', + 'backendName' => 'Description', + ], + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'false', + 'backendName' => 'Exif', + ], + 'Tags' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'TEXT', + 'extendType' => 'true', + ], + 'backendName' => 'Tags', + ], + 'ViewConfigs' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'ViewPlugins' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'required' => false, + 'extendType' => 'true', + '$ref' => '#/components/schemas/ViewPlugin', + ], + 'backendName' => 'ViewPlugins', + ], + ], + 'required' => true, + 'backendName' => 'ViewConfigs', + ], + 'QuestionConfigs' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/QuestionPlugin', + ], + 'required' => true, + 'backendName' => 'QuestionConfigs', + ], + 'Classify' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'picture', + 'backendName' => 'Classify', + ], + 'SharedMode' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'true', + 'backendName' => 'SharedMode', + ], + 'RobotConfigs' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => '{ "RobotId": "00001", "QuestionId": 1, "Stage": "LABEL", "Params": {}, "Type": "HTTP_SERVICE", "ResultPath": "content.label.url", "DefaultResult": "1" }', + 'extendType' => 'true', + ], + 'backendName' => 'RobotConfigs', + ], + 'TemplateId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '1529***48342353920', + 'backendName' => 'TemplateId', + ], + ], + ], + 'TemplateQuestion' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'QuestionId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + 'backendName' => 'QuestionId', + ], + 'MarkTitle' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'MarkTitle', + ], + 'Type' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'enumValueTitles' => [ + 'TEXT_EDIT' => 'TEXT_EDIT', + 'CHECKBOX' => 'CHECKBOX', + 'INPUT' => 'INPUT', + 'PICTURE' => 'PICTURE', + 'VIDEO' => 'VIDEO', + 'OPEN_ENDED' => 'OPEN_ENDED', + 'SLOT' => 'SLOT', + 'RADIO' => 'RADIO', + ], + 'example' => 'RADIO', + 'backendName' => 'Type', + ], + 'PreOptions' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'extendType' => 'true', + ], + 'backendName' => 'PreOptions', + ], + 'Options' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/QuestionOption', + ], + 'backendName' => 'Options', + ], + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => 'null', + 'backendName' => 'Exif', + ], + 'Children' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/TemplateQuestion', + ], + 'backendName' => 'Children', + ], + ], + ], + 'TemplateView' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Fields' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Type' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'IMG', + 'backendName' => 'Type', + ], + 'FieldName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'url', + 'backendName' => 'FieldName', + ], + 'DisplayOriImg' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'example' => 'True', + 'backendName' => 'DisplayOriImg', + ], + 'VisitInfo' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'OssConf' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => '{"ossEndpoint":"***","ossAk":"***","ossAs":"***","ossOwner":"","ossBucket":""}', + 'backendName' => 'OssConf', + ], + 'AftsConf' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => '{"expiredTime":20}', + 'backendName' => 'AftsConf', + ], + ], + 'backendName' => 'VisitInfo', + ], + ], + 'extendType' => 'true', + ], + 'backendName' => 'Fields', + ], + ], + ], + 'UpdateTaskDTO' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'TaskName' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'demo', + 'backendName' => 'TaskName', + ], + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'additionalProperties' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'false', + ], + 'backendName' => 'Exif', + ], + 'Tags' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'TEXT', + 'extendType' => 'true', + ], + 'backendName' => 'Tags', + ], + 'Remark' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => 'demo', + 'backendName' => 'Remark', + ], + ], + ], + 'UserStatistic' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'UserId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '166***9980757311', + 'backendName' => 'UserId', + ], + 'TotalMarkItemsCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '172', + 'backendName' => 'TotalMarkItemsCount', + ], + 'AcceptedMarkItemsCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '172', + 'backendName' => 'AcceptedMarkItemsCount', + ], + 'MarkTime' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0.1', + 'backendName' => 'MarkTime', + ], + 'MarkEfficiency' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '0.1', + 'backendName' => 'MarkEfficiency', + ], + 'CheckCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '140', + 'backendName' => 'CheckCount', + ], + 'CheckedAcceptedCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '100', + 'backendName' => 'CheckedAcceptedCount', + ], + 'CheckedAccuracy' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '95.33', + 'backendName' => 'CheckedAccuracy', + ], + 'SamplingAccuracy' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '84.92', + 'backendName' => 'SamplingAccuracy', + ], + 'SamplingCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '1', + 'backendName' => 'SamplingCount', + ], + 'SamplingErrorCount' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'number', + 'format' => 'float', + 'example' => '1', + 'backendName' => 'SamplingErrorCount', + ], + ], + ], + 'ViewPlugin' => [ + 'title' => 'A short description of struct', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'Type' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => 'TEXT', + 'backendName' => 'Type', + ], + 'CorsProxy' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'required' => true, + 'example' => 'True', + 'backendName' => 'CorsProxy', + ], + 'RelationQuestionIds' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'example' => '', + 'extendType' => 'true', + ], + 'required' => false, + 'backendName' => 'RelationQuestionIds', + ], + 'Hide' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + 'backendName' => 'Hide', + ], + 'VisitInfo' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'ossConf' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => '{"ossEndpoint":"","ossAk":"","ossAs":"","ossOwner":"","ossBucket":"","folder":"","expiredTime":""}', + 'backendName' => 'ossConf', + ], + 'aftsConf' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'example' => '{"expiredTime":1}', + 'backendName' => 'aftsConf', + ], + ], + 'required' => false, + 'backendName' => 'VisitInfo', + ], + 'Convertor' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => false, + 'example' => 'null', + 'backendName' => 'Convertor', + ], + 'Plugins' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'required' => false, + 'example' => '[]', + 'backendName' => 'Plugins', + ], + 'Exif' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'required' => false, + 'example' => 'false', + 'backendName' => 'Exif', + ], + 'BindField' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'required' => true, + 'example' => 'url', + 'backendName' => 'BindField', + ], + 'DisplayOriImg' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'boolean', + 'required' => true, + 'example' => 'true', + 'backendName' => 'DisplayOriImg', + ], + ], + 'required' => false, + ], + 'Workforce' => [ + 'description' => '', + 'visibility' => 'public', + 'type' => 'object', + 'properties' => [ + 'NodeType' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'string', + 'enumValueTitles' => [ + 'SAMPLING' => 'SAMPLING', + 'CHECK' => 'CHECK', + 'MARK' => 'MARK', + ], + 'example' => 'CHECK', + 'backendName' => 'NodeType', + ], + 'WorkNodeId' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + 'backendName' => 'WorkNodeId', + ], + 'Users' => [ + 'title' => '', + 'description' => '', + 'visibility' => 'public', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'visibility' => 'public', + 'extendType' => 'true', + '$ref' => '#/components/schemas/SimpleUser', + ], + 'required' => false, + 'backendName' => 'Users', + ], + ], + 'required' => false, + ], + ], + ], + 'apis' => [ + 'ListTenants' => [ + 'summary' => 'Lists the iTAG tenants under the Alibaba Cloud account.', + 'path' => '/openapi/api/v1/tenants', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '146580', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '20', + ], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => '-', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'PageNumber' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + 'TotalPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'Tenants' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/SimpleTenant', + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '-', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"-\\",\\n \\"Success\\": true,\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPage\\": 2,\\n \\"TotalCount\\": 22,\\n \\"Tenants\\": [\\n {\\n \\"Creator\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"GmtCreateTime\\": \\"\\",\\n \\"GmtModifiedTime\\": \\"\\",\\n \\"TenantId\\": \\"\\",\\n \\"TenantName\\": \\"\\",\\n \\"UUID\\": \\"\\",\\n \\"Description\\": \\"\\",\\n \\"Role\\": \\"\\",\\n \\"Modifier\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n }\\n }\\n ],\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<ListTenantsResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <PageNumber>1</PageNumber>\\n <PageSize>20</PageSize>\\n <TotalPage>2</TotalPage>\\n <TotalCount>22</TotalCount>\\n <Tenants>\\n <Creator>\\n <AccountType>BUC</AccountType>\\n </Creator>\\n <Modifier>\\n <AccountType>BUC</AccountType>\\n </Modifier>\\n </Tenants>\\n</ListTenantsResponse>","errorExample":""}]', + 'title' => 'ListTenants', + ], + 'GetTenant' => [ + 'summary' => 'Queries information about an iTAG tenant', + 'path' => '/openapi/api/v1/tenants/{TenantId}', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '146607', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => '-', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Tenant' => [ + 'description' => '', + '$ref' => '#/components/schemas/SingleTenant', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '-', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"-\\",\\n \\"Success\\": true,\\n \\"Tenant\\": {\\n \\"Description\\": \\"\\",\\n \\"TenantName\\": \\"\\",\\n \\"UUID\\": \\"\\",\\n \\"TenantId\\": \\"\\",\\n \\"Status\\": \\"\\"\\n },\\n \\"ErrorCode\\": \\"-\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTenantResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <Tenant/>\\n</GetTenantResponse>","errorExample":""}]', + 'title' => 'GetTenant', + ], + 'UpdateTenant' => [ + 'summary' => 'Modifies the information about an iTAG tenant.', + 'path' => '/openapi/api/v1/tenants/{TenantId}', + 'methods' => [ + 'put', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'multipart/form-data', + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '146807', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'TenantName' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + 'Description' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'demo', + ], + ], + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<UpdateTenantResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n</UpdateTenantResponse>","errorExample":""}]', + 'title' => 'UpdateTenant', + ], + 'ListTemplates' => [ + 'summary' => '获取租户模板信息列表', + 'path' => '/openapi/api/v1/tenants/{TenantId}/templates', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147791', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GAR***134', + ], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'minimum' => '0', + 'example' => '1', + 'default' => '0', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'maximum' => '20', + 'minimum' => '1', + 'example' => '20', + ], + ], + [ + 'name' => 'SearchKey', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'demo', + ], + ], + [ + 'name' => 'Types', + 'in' => 'query', + 'style' => 'simple', + 'schema' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'CUSTOM', + 'default' => 'CUSTOM', + 'enum' => [ + 'COMMON', + 'CUSTOM', + ], + ], + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'PageNumber' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + 'TotalPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'Templates' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/SimpleTemplate', + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPage\\": 2,\\n \\"TotalCount\\": 22,\\n \\"Templates\\": [\\n {\\n \\"TemplateId\\": \\"1546741431673270272\\",\\n \\"TemplateName\\": \\"图片分割组合77aa\\",\\n \\"TenantId\\": \\"GARDAW134\\",\\n \\"Description\\": \\"\\",\\n \\"Status\\": \\"DRAFT\\",\\n \\"Tags\\": [\\n \\"\\"\\n ],\\n \\"SharedMode\\": \\"None\\",\\n \\"AbandonReasons\\": \\"None\\",\\n \\"Type\\": \\"CUSTOM\\",\\n \\"GmtCreateTime\\": \\"2022-07-12 14:21:08\\",\\n \\"GmtModifiedTime\\": \\"2022-07-12 14:21:08\\"\\n }\\n ],\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<ListTemplatesResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <PageNumber>1</PageNumber>\\n <PageSize>20</PageSize>\\n <TotalPage>2</TotalPage>\\n <TotalCount>22</TotalCount>\\n <Templates>\\n <TemplateId>1546741431673270272</TemplateId>\\n <TemplateName>图片分割组合77aa</TemplateName>\\n <TenantId>GARDAW134</TenantId>\\n <Status>DRAFT</Status>\\n <SharedMode>None</SharedMode>\\n <AbandonReasons>None</AbandonReasons>\\n <Type>CUSTOM</Type>\\n <GmtCreateTime>2022-07-12 14:21:08</GmtCreateTime>\\n <GmtModifiedTime>2022-07-12 14:21:08</GmtModifiedTime>\\n </Templates>\\n</ListTemplatesResponse>","errorExample":""}]', + ], + 'CreateTemplate' => [ + 'summary' => '创建标注模版', + 'path' => '/openapi/api/v1/tenants/{TenantId}/templates', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147794', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GAR***134', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + 'description' => '', + 'required' => true, + '$ref' => '#/components/schemas/TemplateDTO', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => '-', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'TemplateId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '152***0348342353920', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '-', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"-\\",\\n \\"Success\\": true,\\n \\"TemplateId\\": \\"152***0348342353920\\",\\n \\"ErrorCode\\": \\"-\\"\\n}","errorExample":""},{"type":"xml","example":"<CreateTemplateResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <TemplateId>1529360348342353920</TemplateId>\\n</CreateTemplateResponse>","errorExample":""}]', + ], + 'UpdateTemplate' => [ + 'summary' => '更新标注模版', + 'path' => '/openapi/api/v1/tenants/{TenantId}/templates/{TemplateId}', + 'methods' => [ + 'put', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '149690', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TemplateId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '152***0348342353920', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + 'description' => '', + 'required' => false, + '$ref' => '#/components/schemas/TemplateDTO', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'TemplateId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1529360348342353920', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"TemplateId\\": \\"1529360348342353920\\",\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<UpdateTemplateResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <TemplateId>1529360348342353920</TemplateId>\\n</UpdateTemplateResponse>","errorExample":""}]', + ], + 'DeleteTemplate' => [ + 'summary' => '删除租户下的单个模板', + 'path' => '/openapi/api/v1/tenants/{TenantId}/templates/{TemplateId}', + 'methods' => [ + 'delete', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '148615', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TemplateId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1529***348342353920', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'TemplateId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '152***348342353920', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"\\\\\\"\\\\\\"\\",\\n \\"Success\\": true,\\n \\"TemplateId\\": \\"152***348342353920\\",\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<DeleteTemplateResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <TemplateId>1529360348342353920</TemplateId>\\n</DeleteTemplateResponse>","errorExample":""}]', + ], + 'GetTemplateView' => [ + 'summary' => '获取租户下模板视图', + 'path' => '/openapi/api/v1/tenants/{TenantId}/templates/{TemplateId}/views', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147878', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TemplateId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1529***348342353920', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ViewConfigs' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'ViewPlugins' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/ViewPlugin', + ], + ], + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"\\\\\\"\\\\\\"\\",\\n \\"Success\\": true,\\n \\"ViewConfigs\\": {\\n \\"ViewPlugins\\": [\\n {\\n \\"Type\\": \\"\\",\\n \\"CorsProxy\\": true,\\n \\"RelationQuestionIds\\": [\\n \\"题目ID\\"\\n ],\\n \\"Hide\\": true,\\n \\"VisitInfo\\": {\\n \\"ossConf\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"aftsConf\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n },\\n \\"Convertor\\": \\"\\",\\n \\"Plugins\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"BindField\\": \\"\\",\\n \\"DisplayOriImg\\": true\\n }\\n ]\\n },\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTemplateViewResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <ViewConfigs>\\n <ViewPlugins>\\n <RelationQuestionIds>题目ID</RelationQuestionIds>\\n <VisitInfo/>\\n </ViewPlugins>\\n </ViewConfigs>\\n</GetTemplateViewResponse>","errorExample":""}]', + ], + 'GetTemplateQuestions' => [ + 'summary' => '获取租户下单个模板问题', + 'path' => '/openapi/api/v1/tenants/{TenantId}/templates/{TemplateId}/questions', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '148541', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'title' => '租户ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TemplateId', + 'in' => 'path', + 'schema' => [ + 'title' => '模版ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1529***348342353920', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'QuestionConfigs' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/QuestionPlugin', + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"QuestionConfigs\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": []\\n }\\n ]\\n }\\n ]\\n }\\n ],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTemplateQuestionsResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <QuestionConfigs>\\n <MarkTitle>内部单选</MarkTitle>\\n <MarkTitleAlias>None</MarkTitleAlias>\\n <Type>RADIO</Type>\\n <MustFill>false</MustFill>\\n <Display>true</Display>\\n <Selected>false</Selected>\\n <SelectGroup>None</SelectGroup>\\n <DefaultResult>None</DefaultResult>\\n <Rule>None</Rule>\\n <CanSelect>false</CanSelect>\\n <Children>\\n <MarkTitle>内部单选</MarkTitle>\\n <MarkTitleAlias>None</MarkTitleAlias>\\n <Type>RADIO</Type>\\n <MustFill>false</MustFill>\\n <Display>true</Display>\\n <Selected>false</Selected>\\n <SelectGroup>None</SelectGroup>\\n <DefaultResult>None</DefaultResult>\\n <Rule>None</Rule>\\n <CanSelect>false</CanSelect>\\n <Options>\\n <Children/>\\n </Options>\\n <HotKeyMap>None</HotKeyMap>\\n </Children>\\n <Options>\\n <Children/>\\n </Options>\\n <HotKeyMap>None</HotKeyMap>\\n </QuestionConfigs>\\n</GetTemplateQuestionsResponse>","errorExample":""}]', + ], + 'GetTemplate' => [ + 'summary' => '获取租户下单个模板', + 'path' => '/openapi/api/v1/tenants/{TenantId}/templates/{TemplateId}', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147816', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TemplateId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1529***348342353920', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Template' => [ + 'description' => '', + '$ref' => '#/components/schemas/TemplateDetail', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"Template\\": {\\n \\"GmtCreateTime\\": \\"\\",\\n \\"GmtModifiedTime\\": \\"\\",\\n \\"TemplateId\\": \\"\\",\\n \\"TemplateName\\": \\"\\",\\n \\"Description\\": \\"\\",\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Status\\": \\"\\",\\n \\"Tags\\": [\\n \\"\\"\\n ],\\n \\"AbandonReasons\\": [\\n \\"\\"\\n ],\\n \\"Type\\": \\"\\",\\n \\"QuestionConfigs\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": []\\n }\\n ]\\n }\\n ]\\n }\\n ],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"Creator\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"Modifier\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"Classify\\": \\"\\",\\n \\"TenantId\\": \\"\\",\\n \\"SharedMode\\": \\"\\",\\n \\"ViewConfigs\\": {\\n \\"ViewPlugins\\": [\\n {\\n \\"Type\\": \\"\\",\\n \\"CorsProxy\\": true,\\n \\"RelationQuestionIds\\": [\\n \\"题目ID\\"\\n ],\\n \\"Hide\\": true,\\n \\"VisitInfo\\": {\\n \\"ossConf\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"aftsConf\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n },\\n \\"Convertor\\": \\"\\",\\n \\"Plugins\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"BindField\\": \\"\\",\\n \\"DisplayOriImg\\": true\\n }\\n ]\\n }\\n },\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTemplateResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <Template>\\n <QuestionConfigs>\\n <MarkTitle>内部单选</MarkTitle>\\n <MarkTitleAlias>None</MarkTitleAlias>\\n <Type>RADIO</Type>\\n <MustFill>false</MustFill>\\n <Display>true</Display>\\n <Selected>false</Selected>\\n <SelectGroup>None</SelectGroup>\\n <DefaultResult>None</DefaultResult>\\n <Rule>None</Rule>\\n <CanSelect>false</CanSelect>\\n <Children>\\n <MarkTitle>内部单选</MarkTitle>\\n <MarkTitleAlias>None</MarkTitleAlias>\\n <Type>RADIO</Type>\\n <MustFill>false</MustFill>\\n <Display>true</Display>\\n <Selected>false</Selected>\\n <SelectGroup>None</SelectGroup>\\n <DefaultResult>None</DefaultResult>\\n <Rule>None</Rule>\\n <CanSelect>false</CanSelect>\\n <Options>\\n <Children/>\\n </Options>\\n <HotKeyMap>None</HotKeyMap>\\n </Children>\\n <Options>\\n <Children/>\\n </Options>\\n <HotKeyMap>None</HotKeyMap>\\n </QuestionConfigs>\\n <Creator>\\n <AccountType>BUC</AccountType>\\n </Creator>\\n <Modifier>\\n <AccountType>BUC</AccountType>\\n </Modifier>\\n <ViewConfigs>\\n <ViewPlugins>\\n <RelationQuestionIds>题目ID</RelationQuestionIds>\\n <VisitInfo/>\\n </ViewPlugins>\\n </ViewConfigs>\\n </Template>\\n</GetTemplateResponse>","errorExample":""}]', + ], + 'AppendAllDataToTask' => [ + 'summary' => '数据追加', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/appendAllDataToTask', + 'methods' => [ + 'put', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '212667', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GAR***134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '154***518306500608', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + 'description' => '', + 'required' => false, + '$ref' => '#/components/schemas/OpenDatasetProxyAppendDataRequest', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null'."\n", + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\\\n\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","type":"json"}]', + ], + 'ListTasks' => [ + 'summary' => '获取任务列表页信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '146812', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'minimum' => '0', + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'maximum' => '10', + 'minimum' => '1', + 'example' => '20', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'PageNumber' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'minimum' => '0', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'maximum' => '20', + 'minimum' => '1', + 'example' => '20', + ], + 'TotalPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'Tasks' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/SimpleTask', + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPage\\": 2,\\n \\"TotalCount\\": 22,\\n \\"Tasks\\": [\\n {\\n \\"Creator\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"Modifier\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"GmtCreateTime\\": \\"\\",\\n \\"GmtModifiedTime\\": \\"\\",\\n \\"TaskName\\": \\"\\",\\n \\"TaskId\\": \\"\\",\\n \\"TemplateId\\": \\"\\",\\n \\"TaskType\\": \\"\\",\\n \\"TenantId\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"LabelStyle\\": \\"\\",\\n \\"WorkflowNodes\\": [\\n \\"结点值\\"\\n ],\\n \\"Tags\\": [\\n \\"\\"\\n ],\\n \\"Archived\\": true,\\n \\"Stage\\": \\"\\",\\n \\"ArchivedInfos\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"RefTaskId\\": \\"\\",\\n \\"UUID\\": \\"\\"\\n }\\n ],\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<ListTasksResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <PageNumber>1</PageNumber>\\n <PageSize>20</PageSize>\\n <TotalPage>2</TotalPage>\\n <TotalCount>22</TotalCount>\\n <Tasks>\\n <Creator>\\n <AccountType>BUC</AccountType>\\n </Creator>\\n <Modifier>\\n <AccountType>BUC</AccountType>\\n </Modifier>\\n <WorkflowNodes>结点值</WorkflowNodes>\\n </Tasks>\\n</ListTasksResponse>","errorExample":""}]', + ], + 'CreateTask' => [ + 'summary' => '创建标注任务', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147969', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + 'description' => '', + 'required' => true, + '$ref' => '#/components/schemas/CreateTaskDetail', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'TaskId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '154***2518306500608', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"TaskId\\": \\"154***2518306500608\\",\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<CreateTaskResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <TaskId>1543802518306500608</TaskId>\\n</CreateTaskResponse>","errorExample":""}]', + ], + 'GetTask' => [ + 'summary' => '获取任务状态信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147093', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '15***2518306500608', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '0F01E603-8A9F-18ED-AD43-D52B5030AFA2', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Task' => [ + 'description' => '', + '$ref' => '#/components/schemas/TaskDetail', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"0F01E603-8A9F-18ED-AD43-D52B5030****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"Task\\": {\\n \\"Creator\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"Modifier\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"GmtCreateTime\\": \\"\\",\\n \\"GmtModifiedTime\\": \\"\\",\\n \\"TaskName\\": \\"\\",\\n \\"TaskId\\": \\"\\",\\n \\"TemplateId\\": \\"\\",\\n \\"TaskType\\": \\"\\",\\n \\"TenantId\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"LabelStyle\\": \\"\\",\\n \\"WorkflowNodes\\": [\\n \\"结点值\\"\\n ],\\n \\"Tags\\": [\\n \\"\\"\\n ],\\n \\"Archived\\": true,\\n \\"Stage\\": \\"\\",\\n \\"ArchivedInfos\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"RefTaskId\\": \\"\\",\\n \\"UUID\\": \\"\\",\\n \\"TaskWorkflow\\": [\\n {\\n \\"NodeName\\": \\"\\",\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Users\\": [\\n {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n }\\n ],\\n \\"Groups\\": [\\n \\"\\"\\n ]\\n }\\n ],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Admins\\": [],\\n \\"AssignConfig\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"TaskTemplateConfig\\": {\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"TemplateOptionMap\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"SelectQuestions\\": [\\n \\"\\"\\n ],\\n \\"RobotConfig\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"TemplateRelationId\\": \\"\\",\\n \\"ResourceKey\\": \\"\\"\\n },\\n \\"TenantName\\": \\"\\",\\n \\"DatasetProxyRelations\\": [\\n {\\n \\"DatasetId\\": \\"\\",\\n \\"Source\\": \\"\\",\\n \\"SourceBizId\\": \\"\\",\\n \\"DatasetType\\": \\"\\",\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"SourceDatasetId\\": \\"\\"\\n }\\n ],\\n \\"AllowAppendData\\": true,\\n \\"RelateTaskConfig\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PeriodConfig\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"MineConfigs\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"VoteConfigs\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"NoticeConfig\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"ResultCallbackConfig\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"runMsg\\": \\"\\",\\n \\"AlertTime\\": 0\\n },\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTaskResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>0F01E603-8A9F-18ED-AD43-D52B5030AFA2</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <Task>\\n <Creator>\\n <AccountType>BUC</AccountType>\\n </Creator>\\n <Modifier>\\n <AccountType>BUC</AccountType>\\n </Modifier>\\n <WorkflowNodes>结点值</WorkflowNodes>\\n <TaskWorkflow>\\n <Users>\\n <AccountType>BUC</AccountType>\\n </Users>\\n </TaskWorkflow>\\n <Admins>\\n <AccountType>BUC</AccountType>\\n </Admins>\\n <TaskTemplateConfig/>\\n <DatasetProxyRelations/>\\n </Task>\\n</GetTaskResponse>","errorExample":""}]', + ], + 'UpdateTask' => [ + 'summary' => '更新标注任务基础信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}', + 'methods' => [ + 'put', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '148776', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '15***518306500608', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + 'description' => '', + 'required' => true, + '$ref' => '#/components/schemas/UpdateTaskDTO', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<UpdateTaskResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n</UpdateTaskResponse>","errorExample":""}]', + ], + 'DeleteTask' => [ + 'summary' => '删除任务', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}', + 'methods' => [ + 'delete', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147777', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '15***2518306500608', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<DeleteTaskResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n</DeleteTaskResponse>","errorExample":""}]', + ], + 'GetTaskTemplateViews' => [ + 'summary' => '获取任务题目信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/template/views', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147656', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '154***2518306500608', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Views' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'ViewPlugins' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/ViewPlugin', + ], + ], + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Success\\": true,\\n \\"Details\\": \\"null\\",\\n \\"Views\\": {\\n \\"ViewPlugins\\": [\\n {\\n \\"Type\\": \\"\\",\\n \\"CorsProxy\\": true,\\n \\"RelationQuestionIds\\": [\\n \\"题目ID\\"\\n ],\\n \\"Hide\\": true,\\n \\"VisitInfo\\": {\\n \\"ossConf\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"aftsConf\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n },\\n \\"Convertor\\": \\"\\",\\n \\"Plugins\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"BindField\\": \\"\\",\\n \\"DisplayOriImg\\": true\\n }\\n ]\\n },\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTaskTemplateViewsResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Success>true</Success>\\n <Details>null</Details>\\n <Views>\\n <ViewPlugins>\\n <RelationQuestionIds>题目ID</RelationQuestionIds>\\n <VisitInfo/>\\n </ViewPlugins>\\n </Views>\\n</GetTaskTemplateViewsResponse>","errorExample":""}]', + ], + 'GetTaskTemplateQuestions' => [ + 'summary' => '获取任务题目信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/template/questions', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147635', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '154***518306500608', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Questions' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/QuestionPlugin', + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Success\\": true,\\n \\"Details\\": \\"null\\",\\n \\"Questions\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": []\\n }\\n ]\\n }\\n ]\\n }\\n ],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTaskTemplateQuestionsResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Success>true</Success>\\n <Details>null</Details>\\n <Questions>\\n <MarkTitle>内部单选</MarkTitle>\\n <MarkTitleAlias>None</MarkTitleAlias>\\n <Type>RADIO</Type>\\n <MustFill>false</MustFill>\\n <Display>true</Display>\\n <Selected>false</Selected>\\n <SelectGroup>None</SelectGroup>\\n <DefaultResult>None</DefaultResult>\\n <Rule>None</Rule>\\n <CanSelect>false</CanSelect>\\n <Children>\\n <MarkTitle>内部单选</MarkTitle>\\n <MarkTitleAlias>None</MarkTitleAlias>\\n <Type>RADIO</Type>\\n <MustFill>false</MustFill>\\n <Display>true</Display>\\n <Selected>false</Selected>\\n <SelectGroup>None</SelectGroup>\\n <DefaultResult>None</DefaultResult>\\n <Rule>None</Rule>\\n <CanSelect>false</CanSelect>\\n <Options>\\n <Children/>\\n </Options>\\n <HotKeyMap>None</HotKeyMap>\\n </Children>\\n <Options>\\n <Children/>\\n </Options>\\n <HotKeyMap>None</HotKeyMap>\\n </Questions>\\n</GetTaskTemplateQuestionsResponse>","errorExample":""}]', + ], + 'GetTaskTemplate' => [ + 'summary' => '获取任务模版信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/template', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147633', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '154***518306500608', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Template' => [ + 'description' => '', + '$ref' => '#/components/schemas/TemplateDetail', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"\\\\\\"\\\\\\"\\",\\n \\"Success\\": true,\\n \\"Template\\": {\\n \\"GmtCreateTime\\": \\"\\",\\n \\"GmtModifiedTime\\": \\"\\",\\n \\"TemplateId\\": \\"\\",\\n \\"TemplateName\\": \\"\\",\\n \\"Description\\": \\"\\",\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Status\\": \\"\\",\\n \\"Tags\\": [\\n \\"\\"\\n ],\\n \\"AbandonReasons\\": [\\n \\"\\"\\n ],\\n \\"Type\\": \\"\\",\\n \\"QuestionConfigs\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [\\n {\\n \\"MarkTitle\\": \\"内部单选\\",\\n \\"MarkTitleAlias\\": \\"None\\",\\n \\"Type\\": \\"RADIO\\",\\n \\"MustFill\\": true,\\n \\"Display\\": true,\\n \\"Selected\\": true,\\n \\"SelectGroup\\": \\"None\\",\\n \\"DefaultResult\\": \\"None\\",\\n \\"Rule\\": \\"None\\",\\n \\"CanSelect\\": true,\\n \\"Children\\": [],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": [\\n {\\n \\"Label\\": \\"\\",\\n \\"Key\\": \\"\\",\\n \\"Shortcut\\": \\"\\",\\n \\"Color\\": \\"\\",\\n \\"Remark\\": \\"\\",\\n \\"Children\\": []\\n }\\n ]\\n }\\n ]\\n }\\n ],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"PreOptions\\": [\\n \\"\\"\\n ],\\n \\"Options\\": [],\\n \\"HotKeyMap\\": \\"None\\",\\n \\"QuestionId\\": \\"\\"\\n }\\n ],\\n \\"Creator\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"Modifier\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"Classify\\": \\"\\",\\n \\"TenantId\\": \\"\\",\\n \\"SharedMode\\": \\"\\",\\n \\"ViewConfigs\\": {\\n \\"ViewPlugins\\": [\\n {\\n \\"Type\\": \\"\\",\\n \\"CorsProxy\\": true,\\n \\"RelationQuestionIds\\": [\\n \\"题目ID\\"\\n ],\\n \\"Hide\\": true,\\n \\"VisitInfo\\": {\\n \\"ossConf\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"aftsConf\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n },\\n \\"Convertor\\": \\"\\",\\n \\"Plugins\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Exif\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"BindField\\": \\"\\",\\n \\"DisplayOriImg\\": true\\n }\\n ]\\n }\\n },\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTaskTemplateResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <Template>\\n <QuestionConfigs>\\n <MarkTitle>内部单选</MarkTitle>\\n <MarkTitleAlias>None</MarkTitleAlias>\\n <Type>RADIO</Type>\\n <MustFill>false</MustFill>\\n <Display>true</Display>\\n <Selected>false</Selected>\\n <SelectGroup>None</SelectGroup>\\n <DefaultResult>None</DefaultResult>\\n <Rule>None</Rule>\\n <CanSelect>false</CanSelect>\\n <Children>\\n <MarkTitle>内部单选</MarkTitle>\\n <MarkTitleAlias>None</MarkTitleAlias>\\n <Type>RADIO</Type>\\n <MustFill>false</MustFill>\\n <Display>true</Display>\\n <Selected>false</Selected>\\n <SelectGroup>None</SelectGroup>\\n <DefaultResult>None</DefaultResult>\\n <Rule>None</Rule>\\n <CanSelect>false</CanSelect>\\n <Options>\\n <Children/>\\n </Options>\\n <HotKeyMap>None</HotKeyMap>\\n </Children>\\n <Options>\\n <Children/>\\n </Options>\\n <HotKeyMap>None</HotKeyMap>\\n </QuestionConfigs>\\n <Creator>\\n <AccountType>BUC</AccountType>\\n </Creator>\\n <Modifier>\\n <AccountType>BUC</AccountType>\\n </Modifier>\\n <ViewConfigs>\\n <ViewPlugins>\\n <RelationQuestionIds>题目ID</RelationQuestionIds>\\n <VisitInfo/>\\n </ViewPlugins>\\n </ViewConfigs>\\n </Template>\\n</GetTaskTemplateResponse>","errorExample":""}]', + ], + 'GetTaskStatus' => [ + 'summary' => '获取任务状态信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/status', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147091', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '154***518306500608', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'TaskStatus' => [ + 'description' => '', + 'type' => 'string', + 'enumValueTitles' => [], + 'example' => 'SUCCESS', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"\\\\\\"\\\\\\"\\",\\n \\"Success\\": true,\\n \\"TaskStatus\\": \\"SUCC\\",\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTaskStatusResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <TaskStatus>SUCC</TaskStatus>\\n</GetTaskStatusResponse>","errorExample":""}]', + ], + 'GetTaskStatistics' => [ + 'summary' => '获取任务统计信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/statistics', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147786', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GAR***134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '154***2518306500608', + ], + ], + [ + 'name' => 'StatType', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [], + 'example' => 'Item', + 'default' => 'Item', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'TaskStatistics' => [ + 'description' => '', + '$ref' => '#/components/schemas/TaskStatistic', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"TaskStatistics\\": {\\n \\"TotalItemCount\\": 0,\\n \\"TotalSubtaskCount\\": 0,\\n \\"FinishedItemCount\\": 0,\\n \\"FinishedSubtaskCount\\": 0,\\n \\"FinalAbandonCount\\": 0,\\n \\"PreMarkFixedCount\\": 0,\\n \\"AcceptItemCount\\": 0,\\n \\"TotalCheckedCount\\": 0,\\n \\"CheckedError\\": 0,\\n \\"CheckAbandon\\": 0,\\n \\"CheckedAccuracy\\": 0,\\n \\"CheckedRejectCount\\": 0,\\n \\"TotalSampledCount\\": 0,\\n \\"SampledErrorCount\\": 0,\\n \\"SampledRejectCount\\": 0,\\n \\"SampledAccuracy\\": 0,\\n \\"TotalSamplingCount\\": 0,\\n \\"TotalCheckCount\\": 0,\\n \\"TotalWorkTime\\": 0,\\n \\"TotalMarkTime\\": 0,\\n \\"MarkEfficiency\\": 0,\\n \\"TotalCheckTime\\": 0,\\n \\"CheckEfficiency\\": 0,\\n \\"SamplingAccuracy\\": 0,\\n \\"CheckAccuracy\\": 0\\n },\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTaskStatisticsResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <TaskStatistics/>\\n</GetTaskStatisticsResponse>","errorExample":""}]', + ], + 'ListSubtasks' => [ + 'summary' => '获取子任务列表页信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskID}/subtasks', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147615', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GAR***134', + ], + ], + [ + 'name' => 'TaskID', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '154***2518306500608', + ], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'minimum' => '0', + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '20', + 'default' => '0', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'PageNumber' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + 'TotalPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'Subtasks' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/SubtaskDetail', + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPage\\": 2,\\n \\"TotalCount\\": 22,\\n \\"Subtasks\\": [\\n {\\n \\"SubtaskId\\": \\"1500682457270333440\\",\\n \\"Status\\": \\"FINISHED\\",\\n \\"Items\\": [\\n {\\n \\"FeedbackRemark\\": \\"None\\",\\n \\"FeedbackFlag\\": true,\\n \\"DataId\\": \\"1957578084\\",\\n \\"State\\": \\"HANDLING\\",\\n \\"Mine\\": 0,\\n \\"RejectFlag\\": true,\\n \\"FixedFlag\\": true,\\n \\"AbandonFlag\\": true,\\n \\"AbandonRemark\\": \\"None\\",\\n \\"Weight\\": 311011\\n }\\n ],\\n \\"TaskId\\": \\"\\",\\n \\"CurrentWorkNode\\": \\"MARK\\",\\n \\"WorkNodeState\\": \\"FINISHED\\",\\n \\"Workforce\\": [\\n {\\n \\"NodeType\\": \\"\\",\\n \\"WorkNodeId\\": 0,\\n \\"Users\\": [\\n {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n }\\n ]\\n }\\n ],\\n \\"CanReassign\\": true,\\n \\"CanRelease\\": true,\\n \\"CanDiscard\\": true,\\n \\"Weight\\": 0,\\n \\"ExtConfigs\\": \\"\\"\\n }\\n ],\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<ListSubtasksResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <PageNumber>1</PageNumber>\\n <PageSize>20</PageSize>\\n <TotalPage>2</TotalPage>\\n <TotalCount>22</TotalCount>\\n <Subtasks>\\n <SubtaskId>1500682457270333440</SubtaskId>\\n <Status>FINISHED</Status>\\n <Items>\\n <FeedbackRemark>None</FeedbackRemark>\\n <FeedbackFlag>false</FeedbackFlag>\\n <DataId>1957578084</DataId>\\n <State>HANDLING</State>\\n <Mine>0</Mine>\\n <RejectFlag>false</RejectFlag>\\n <FixedFlag>false</FixedFlag>\\n <AbandonFlag>false</AbandonFlag>\\n <AbandonRemark>None</AbandonRemark>\\n <Weight>311011</Weight>\\n </Items>\\n <CurrentWorkNode>MARK</CurrentWorkNode>\\n <WorkNodeState>FINISHED</WorkNodeState>\\n <Workforce>\\n <Users>\\n <AccountType>BUC</AccountType>\\n </Users>\\n </Workforce>\\n </Subtasks>\\n</ListSubtasksResponse>","errorExample":""}]', + ], + 'GetSubtask' => [ + 'summary' => '获取单个子任务信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskID}/subtasks/{SubtaskId}', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147782', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskID', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '154***2518306500608', + ], + ], + [ + 'name' => 'SubtaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '150***502979956736', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Subtask' => [ + 'description' => '', + '$ref' => '#/components/schemas/SimpleSubtask', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"Subtask\\": {\\n \\"SubtaskId\\": 1500682457270333400,\\n \\"Status\\": \\"FINISHED\\",\\n \\"Items\\": [\\n {\\n \\"FeedbackRemark\\": \\"None\\",\\n \\"FeedbackFlag\\": true,\\n \\"DataId\\": \\"1957578084\\",\\n \\"State\\": \\"HANDLING\\",\\n \\"Mine\\": 0,\\n \\"RejectFlag\\": true,\\n \\"FixedFlag\\": true,\\n \\"AbandonFlag\\": true,\\n \\"AbandonRemark\\": \\"None\\",\\n \\"Weight\\": 311011,\\n \\"ItemId\\": 0\\n }\\n ]\\n },\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetSubtaskResponse>\\n <Subtask>\\n <SubtaskId>1500682457270333400</SubtaskId>\\n <Status>FINISHED</Status>\\n <Items>\\n <FeedbackRemark>None</FeedbackRemark>\\n <FeedbackFlag>false</FeedbackFlag>\\n <DataId>1957578084</DataId>\\n <State>HANDLING</State>\\n <Mine>0</Mine>\\n <RejectFlag>false</RejectFlag>\\n <FixedFlag>false</FixedFlag>\\n <AbandonFlag>false</AbandonFlag>\\n <AbandonRemark>None</AbandonRemark>\\n <Weight>311011</Weight>\\n </Items>\\n </Subtask>\\n</GetSubtaskResponse>","errorExample":""}]', + ], + 'ListSubtaskItems' => [ + 'summary' => '获取子任务ITEM列表页信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskID}/subtasks/{SubtaskId}/items', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147676', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskID', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '154***18306500608', + ], + ], + [ + 'name' => 'SubtaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '1500***2979956736', + ], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'minimum' => '0', + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'maximum' => '20', + 'minimum' => '1', + 'example' => '20', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'PageNumber' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + 'TotalPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'Items' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/SubtaskItemDetail', + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"\\\\\\"\\\\\\"\\",\\n \\"Success\\": true,\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPage\\": 2,\\n \\"TotalCount\\": 22,\\n \\"Items\\": [\\n {\\n \\"ItemId\\": 1500758847176994800,\\n \\"Annotations\\": [\\n {\\n \\"FeedbackRemark\\": \\"None\\",\\n \\"FeedbackFlag\\": true,\\n \\"DataId\\": \\"1957578084\\",\\n \\"State\\": \\"HANDLING\\",\\n \\"Mine\\": 0,\\n \\"RejectFlag\\": true,\\n \\"FixedFlag\\": true,\\n \\"AbandonFlag\\": true,\\n \\"AbandonRemark\\": \\"None\\",\\n \\"Weight\\": 311011\\n }\\n ],\\n \\"DataSource\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n ],\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<ListSubtaskItemsResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <PageNumber>1</PageNumber>\\n <PageSize>20</PageSize>\\n <TotalPage>2</TotalPage>\\n <TotalCount>22</TotalCount>\\n <Items>\\n <ItemId>1500758847176994800</ItemId>\\n <Annotations>\\n <FeedbackRemark>None</FeedbackRemark>\\n <FeedbackFlag>false</FeedbackFlag>\\n <DataId>1957578084</DataId>\\n <State>HANDLING</State>\\n <Mine>0</Mine>\\n <RejectFlag>false</RejectFlag>\\n <FixedFlag>false</FixedFlag>\\n <AbandonFlag>false</AbandonFlag>\\n <AbandonRemark>None</AbandonRemark>\\n <Weight>311011</Weight>\\n </Annotations>\\n </Items>\\n</ListSubtaskItemsResponse>","errorExample":""}]', + ], + 'GetSubtaskItem' => [ + 'summary' => '获取子任务单个ITEM信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/subtasks/{SubtaskId}/items/{ItemId}', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147679', + 'abilityTreeNodes' => [ + 'FEATURElearnP8VCEV', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '154***518306500608', + ], + ], + [ + 'name' => 'SubtaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '15***82502979956736', + ], + ], + [ + 'name' => 'ItemId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '15***2994667356160', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Item' => [ + 'description' => '', + '$ref' => '#/components/schemas/SubtaskItemDetail', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"Item\\": {\\n \\"ItemId\\": 1500758847176994800,\\n \\"Annotations\\": [\\n {\\n \\"FeedbackRemark\\": \\"None\\",\\n \\"FeedbackFlag\\": true,\\n \\"DataId\\": \\"1957578084\\",\\n \\"State\\": \\"HANDLING\\",\\n \\"Mine\\": 0,\\n \\"RejectFlag\\": true,\\n \\"FixedFlag\\": true,\\n \\"AbandonFlag\\": true,\\n \\"AbandonRemark\\": \\"None\\",\\n \\"Weight\\": 311011\\n }\\n ],\\n \\"DataSource\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n },\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetSubtaskItemResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <Item>\\n <ItemId>1500758847176994800</ItemId>\\n <Annotations>\\n <FeedbackRemark>None</FeedbackRemark>\\n <FeedbackFlag>false</FeedbackFlag>\\n <DataId>1957578084</DataId>\\n <State>HANDLING</State>\\n <Mine>0</Mine>\\n <RejectFlag>false</RejectFlag>\\n <FixedFlag>false</FixedFlag>\\n <AbandonFlag>false</AbandonFlag>\\n <AbandonRemark>None</AbandonRemark>\\n <Weight>311011</Weight>\\n </Annotations>\\n </Item>\\n</GetSubtaskItemResponse>","errorExample":""}]', + ], + 'ExportAnnotations' => [ + 'summary' => '获取任务导出结果', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/annotations/export', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147702', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '15***02518306500608', + ], + ], + [ + 'name' => 'Target', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'PAI', + ], + ], + [ + 'name' => 'OssPath', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'oss://***-hz-oss.oss-cn-hangzhou.aliyuncs.com/output/', + ], + ], + [ + 'name' => 'RegisterDataset', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'true', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'FlowJob' => [ + 'description' => '', + '$ref' => '#/components/schemas/FlowJobInfo', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"FlowJob\\": {\\n \\"JobId\\": \\"\\",\\n \\"JobType\\": \\"\\",\\n \\"ProcessType\\": \\"\\",\\n \\"MessageId\\": \\"\\",\\n \\"TaskId\\": \\"\\",\\n \\"Display\\": true\\n },\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<ExportAnnotationsResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>false</Success>\\n <FlowJob/>\\n</ExportAnnotationsResponse>","errorExample":""}]', + ], + 'ListJobs' => [ + 'summary' => '获取异步任务Job列表', + 'path' => '/openapi/api/v1/tenants/{TenantId}/jobs', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147919', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '20', + ], + ], + [ + 'name' => 'JobType', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'DOWNLOWD_MARKRESULT_FLOW', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'PageNumber' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + 'TotalPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'Jobs' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/Job', + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPage\\": 2,\\n \\"TotalCount\\": 22,\\n \\"Jobs\\": [\\n {\\n \\"Status\\": \\"\\",\\n \\"JobResult\\": {\\n \\"ResultLink\\": \\"\\"\\n },\\n \\"JobType\\": \\"\\",\\n \\"GmtCreateTime\\": \\"\\",\\n \\"GmtModifiedTime\\": \\"\\",\\n \\"Creator\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"JobId\\": \\"\\"\\n }\\n ],\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<ListJobsResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <PageNumber>1</PageNumber>\\n <PageSize>20</PageSize>\\n <TotalPage>2</TotalPage>\\n <TotalCount>22</TotalCount>\\n <Jobs>\\n <JobResult/>\\n <Creator>\\n <AccountType>BUC</AccountType>\\n </Creator>\\n </Jobs>\\n</ListJobsResponse>","errorExample":""}]', + ], + 'GetJob' => [ + 'summary' => '获取异步任务Job', + 'path' => '/openapi/api/v1/tenants/{TenantId}/jobs/{JobId}', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147914', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'JobId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '147***441221943296', + ], + ], + [ + 'name' => 'JobType', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'DOWNLOWD_MARKRESULT_FLOW', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Job' => [ + 'description' => '', + '$ref' => '#/components/schemas/Job', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"Job\\": {\\n \\"Status\\": \\"\\",\\n \\"JobResult\\": {\\n \\"ResultLink\\": \\"\\"\\n },\\n \\"JobType\\": \\"\\",\\n \\"GmtCreateTime\\": \\"\\",\\n \\"GmtModifiedTime\\": \\"\\",\\n \\"Creator\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n },\\n \\"JobId\\": \\"\\"\\n },\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetJobResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <Job>\\n <JobResult/>\\n <Creator>\\n <AccountType>BUC</AccountType>\\n </Creator>\\n </Job>\\n</GetJobResponse>","errorExample":""}]', + ], + 'ListUsers' => [ + 'summary' => '获取用户列表', + 'path' => '/openapi/api/v1/tenants/{TenantId}/users', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147798', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '20', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'PageNumber' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + 'TotalPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'Users' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/SimpleUser', + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPage\\": 2,\\n \\"TotalCount\\": 22,\\n \\"Users\\": [\\n {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n }\\n ],\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<ListUsersResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <PageNumber>1</PageNumber>\\n <PageSize>20</PageSize>\\n <TotalPage>2</TotalPage>\\n <TotalCount>22</TotalCount>\\n <Users>\\n <AccountType>BUC</AccountType>\\n </Users>\\n</ListUsersResponse>","errorExample":""}]', + ], + 'GetUser' => [ + 'summary' => '获取用户', + 'path' => '/openapi/api/v1/tenants/{TenantId}/users/{UserId}', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147871', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'UserId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '166***9980757311', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + 'User' => [ + 'description' => '', + '$ref' => '#/components/schemas/SimpleUser', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\",\\n \\"User\\": {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetUserResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <User>\\n <AccountType>BUC</AccountType>\\n </User>\\n</GetUserResponse>","errorExample":""}]', + ], + 'CreateUser' => [ + 'summary' => '创建租户内用户', + 'path' => '/openapi/api/v1/tenants/{TenantId}/users', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147885', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GAR***W134', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'AccountNo' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => '166***980757310', + ], + 'AccountType' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'ALIYUN', + ], + 'Role' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'ADMIN', + ], + 'UserName' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'user1', + ], + ], + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'UserId' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1662339980757311', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"UserId\\": 0,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<CreateUserResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>false</Success>\\n <UserId>1662339980757311</UserId>\\n</CreateUserResponse>","errorExample":""}]', + ], + 'UpdateUser' => [ + 'summary' => '更新用户信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/users/{UserId}', + 'methods' => [ + 'put', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'multipart/form-data', + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147887', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA**W134', + ], + ], + [ + 'name' => 'UserId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'format' => 'int64', + 'required' => true, + 'example' => '166***80757311', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Role' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'ADMIN', + ], + 'UserName' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'user1', + ], + ], + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + 'UserId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '166***980757311', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\",\\n \\"UserId\\": \\"166***980757311\\"\\n}","errorExample":""},{"type":"xml","example":"<UpdateUserResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <UserId>1662339980757311</UserId>\\n</UpdateUserResponse>","errorExample":""}]', + ], + 'DeleteUser' => [ + 'summary' => '删除用户', + 'path' => '/openapi/api/v1/tenants/{TenantId}/users/{UserId}', + 'methods' => [ + 'delete', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147889', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GAR***W134', + ], + ], + [ + 'name' => 'UserId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'format' => 'int64', + 'required' => true, + 'example' => '166***980757311', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1F29E\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<DeleteUserResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n</DeleteUserResponse>","errorExample":""}]', + ], + 'GetTaskWorkforce' => [ + 'summary' => '获取任务人力', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/workforce', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147892', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'G***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '154***518306500608', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Workforce' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/Workforce', + ], + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"Workforce\\": [\\n {\\n \\"NodeType\\": \\"\\",\\n \\"WorkNodeId\\": 0,\\n \\"Users\\": [\\n {\\n \\"UserId\\": 0,\\n \\"AccountType\\": \\"BUC\\",\\n \\"AccountNo\\": \\"\\",\\n \\"UserName\\": \\"\\",\\n \\"Role\\": \\"\\"\\n }\\n ]\\n }\\n ],\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTaskWorkforceResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <Workforce>\\n <Users>\\n <AccountType>BUC</AccountType>\\n </Users>\\n </Workforce>\\n</GetTaskWorkforceResponse>","errorExample":""}]', + ], + 'AddWorkNodeWorkforce' => [ + 'summary' => '增加结点任务人力', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/worknodes/{WorkNodeId}/workforce', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147915', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1543***518306500608', + ], + ], + [ + 'name' => 'WorkNodeId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'example' => '0', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'UserIds' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1662****80757311', + ], + 'required' => false, + ], + ], + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<AddWorkNodeWorkforceResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>false</Success>\\n</AddWorkNodeWorkforceResponse>","errorExample":""}]', + ], + 'GetTaskWorkforceStatistic' => [ + 'summary' => '获取任务人力统计信息', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/workforce/statistic', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147911', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'title' => '租户ID', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'title' => '', + 'description' => '', + 'type' => 'string', + 'format' => 'int64', + 'required' => true, + 'example' => '154****8306500608', + ], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '20', + ], + ], + [ + 'name' => 'StatType', + 'in' => 'query', + 'schema' => [ + 'title' => '统计类型', + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'Item', + 'default' => 'ITEM', + 'enum' => [ + 'ITEM', + 'OPERATORCELL', + ], + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'null', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'UsersStatistic' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + '$ref' => '#/components/schemas/UserStatistic', + ], + ], + 'PageNumber' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + 'TotalPage' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'TotalCount' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '22', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"null\\",\\n \\"Success\\": true,\\n \\"UsersStatistic\\": [\\n {\\n \\"UserId\\": \\"\\",\\n \\"TotalMarkItemsCount\\": 0,\\n \\"AcceptedMarkItemsCount\\": 0,\\n \\"MarkTime\\": 0,\\n \\"MarkEfficiency\\": 0,\\n \\"CheckCount\\": 0,\\n \\"CheckedAcceptedCount\\": 0,\\n \\"CheckedAccuracy\\": 0,\\n \\"SamplingAccuracy\\": 0,\\n \\"SamplingCount\\": 0,\\n \\"SamplingErrorCount\\": 0\\n }\\n ],\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPage\\": 2,\\n \\"TotalCount\\": 22,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<GetTaskWorkforceStatisticResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n <UsersStatistic/>\\n <PageNumber>1</PageNumber>\\n <PageSize>20</PageSize>\\n <TotalPage>2</TotalPage>\\n <TotalCount>22</TotalCount>\\n</GetTaskWorkforceStatisticResponse>","errorExample":""}]', + ], + 'UpdateTaskWorkforce' => [ + 'summary' => '更新任务人力', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/workforce', + 'methods' => [ + 'put', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147907', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'G***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'format' => 'int64', + 'required' => true, + 'example' => '15***518306500608', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Workforce' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'required' => false, + '$ref' => '#/components/schemas/SimpleWorkforce', + ], + 'required' => false, + ], + ], + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => '', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => '', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1F29E', + ], + 'Details' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ErrorCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"\\\\\\"\\\\\\"\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<UpdateTaskWorkforceResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n</UpdateTaskWorkforceResponse>","errorExample":""}]', + ], + 'RemoveWorkNodeWorkforce' => [ + 'summary' => 'Delete Node Personnel', + 'path' => '/openapi/api/v1/tenants/{TenantId}/tasks/{TaskId}/worknodes/{WorkNodeId}/workforce', + 'methods' => [ + 'put', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '147916', + 'abilityTreeNodes' => [ + 'FEATURElearnF2O1M4', + ], + ], + 'parameters' => [ + [ + 'name' => 'TenantId', + 'in' => 'path', + 'schema' => [ + 'description' => 'Tenant ID. For how to obtain the Tenant ID, see [ListTenants](~~454649~~).', + 'type' => 'string', + 'required' => true, + 'example' => 'GA***W134', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'path', + 'schema' => [ + 'description' => 'Task ID. For how to obtain the Task ID, see [ListTasks](~~454662~~).', + 'type' => 'string', + 'required' => true, + 'example' => '154***518306500608', + ], + ], + [ + 'name' => 'WorkNodeId', + 'in' => 'path', + 'schema' => [ + 'description' => 'Work node ID, workflow sequence starting from 0. For example, in Labeling-QC-Acceptance, Labeling is 0, QC is 1, and Acceptance is 2.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'minimum' => '0', + 'example' => '0', + ], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'description' => 'Project.', + 'type' => 'object', + 'properties' => [ + 'UserIds' => [ + 'description' => 'User IDs.', + 'type' => 'array', + 'items' => [ + 'description' => 'User ID. For how to obtain the User ID, see [GetTaskWorkforce](~~454697~~).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '166***9980757311', + ], + 'required' => false, + ], + ], + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'Project.', + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回', + 'description' => 'Return code, default is 0 indicating normal execution.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'title' => '表示当前调用返回读取到的位置,空代表数据已经读取完毕', + 'description' => 'Response message of the request.', + 'type' => 'string', + 'required' => true, + 'example' => 'success', + ], + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => '90ABA848-AD74-1F6E-84BC-4182A7F1****', + ], + 'Details' => [ + 'description' => 'Details.', + 'type' => 'string', + 'example' => '""', + ], + 'Success' => [ + 'description' => 'Whether it was successful, possible values:'."\n" + .'- true: Success.'."\n" + .'- false: Failure.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ErrorCode' => [ + 'description' => 'Error code.'."\n" + ."\n" + .'Returned a business error code when Success is false,'."\n" + .'Returned as empty when Success is true.', + 'type' => 'string', + 'example' => '""', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"90ABA848-AD74-1F6E-84BC-4182A7F1****\\",\\n \\"Details\\": \\"\\\\\\"\\\\\\"\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"\\\\\\"\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"<RemoveWorkNodeWorkforceResponse>\\n <Code>0</Code>\\n <Message>success</Message>\\n <RequestId>90ABA848-AD74-1F6E-84BC-4182A7F1F29E</RequestId>\\n <Details>null</Details>\\n <Success>true</Success>\\n</RemoveWorkNodeWorkforceResponse>","errorExample":""}]', + 'title' => 'Remove Member', + 'translator' => 'machine', + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-beijing', + 'endpoint' => 'openitag.cn-beijing.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'openitag.cn-hangzhou.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'openitag.cn-shanghai.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen', + 'endpoint' => 'openitag.cn-shenzhen.aliyuncs.com', + ], + ], +]; |
