'1.0', 'info' => ['style' => 'RPC', 'product' => 'AISC', 'version' => '2026-01-01'], 'directories' => ['CreateSkillFileCheck', 'ListSubTasks'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'CreateSkillFileCheck' => [ 'summary' => 'Initiates batch detection for user-defined skills.', 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'paid', 'abilityTreeNodes' => ['FEATUREsasRREUQK'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'Files', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The file information.', 'type' => 'array', 'items' => [ 'description' => 'The file list.', 'type' => 'object', 'properties' => [ 'DownloadUrl' => [ 'description' => 'The public URL for downloading the file. The downloaded file must be a compressed package in tar.gz or zip format.', 'enumValueTitles' => [], 'type' => 'string', 'required' => false, 'example' => 'https://test.oss-cn-hangzhou.aliyuncs.com/xxxx', 'title' => '', ], 'FileName' => ['description' => 'The file name. If this parameter is not specified, the file name is parsed from DownloadUrl.', 'type' => 'string', 'required' => false, 'example' => 'test-file', 'title' => ''], ], 'required' => false, 'title' => '', 'example' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', 'example' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => '', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '9FDE3D6F-26BD-5937-B0E5-8F47962B****'], 'Data' => [ 'description' => 'The task creation result.', 'type' => 'object', 'properties' => [ 'RootTaskId' => ['description' => 'The ID of the root task returned after the task is submitted.', 'type' => 'string', 'example' => 'c6e7fa8a77df6e182ac3fcf1478ab83a', 'title' => ''], 'SuccessCount' => ['description' => 'The number of files that are uploaded.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'FailCount' => ['description' => 'The number of files that failed to be uploaded.', 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'UploadResults' => [ 'description' => 'The upload results.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'FileHash' => ['description' => 'The SHA256 value of the uploaded file.', 'type' => 'string', 'example' => '514f44ebed1d0c1df5e16a116080b64b', 'title' => ''], 'IdentifyId' => ['description' => 'The unique ID of the uploaded file. You can use this ID to query the task result.', 'type' => 'string', 'example' => '1824jcadg01bsl10b', 'title' => ''], 'ErrorMsg' => ['description' => 'The error message returned when the file fails to be uploaded.', 'type' => 'string', 'example' => 'Network error.', 'title' => ''], 'Success' => ['description' => 'Indicates whether the operation is successful. Valid values:'."\n" .'- true: Successful.'."\n" .'- false: Failed.', 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'FileName' => ['description' => 'The name of the file.', 'type' => 'string', 'example' => 'test-file', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], ], 'example' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => 'Create skill detection tasks', 'changeSet' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"9FDE3D6F-26BD-5937-B0E5-8F47962B****\\",\\n \\"Data\\": {\\n \\"RootTaskId\\": \\"c6e7fa8a77df6e182ac3fcf1478ab83a\\",\\n \\"SuccessCount\\": 10,\\n \\"FailCount\\": 0,\\n \\"UploadResults\\": [\\n {\\n \\"FileHash\\": \\"514f44ebed1d0c1df5e16a116080b64b\\",\\n \\"IdentifyId\\": \\"1824jcadg01bsl10b\\",\\n \\"ErrorMsg\\": \\"Network error.\\",\\n \\"Success\\": true,\\n \\"FileName\\": \\"test-file\\"\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'ListSubTasks' => [ 'summary' => 'Get subtask information.', 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREsasRREUQK'], 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'RootTaskId', 'in' => 'query', 'schema' => ['description' => 'The main task ID returned upon task submission.', 'type' => 'string', 'required' => false, 'example' => '110146ac282314fe4f7cd11afc7540eb', 'title' => ''], ], [ 'name' => 'TaskType', 'in' => 'query', 'schema' => ['description' => 'The task type.', 'type' => 'string', 'required' => false, 'example' => 'SKILL_CHECK', 'title' => ''], ], [ 'name' => 'CurrentPage', 'in' => 'query', 'schema' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => '', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '9FDE3D6F-26BD-5937-B0E5-8F47962B****'], 'Data' => [ 'description' => 'The list of task results.', 'type' => 'array', 'items' => [ 'description' => 'The task result.', 'type' => 'object', 'properties' => [ 'Id' => ['description' => 'The task ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '4190063324899520', 'title' => ''], 'TaskStatus' => ['description' => 'The task status.', 'type' => 'string', 'example' => 'success', 'title' => ''], 'TaskResultMessage' => [ 'description' => 'The task result information.', 'type' => 'object', 'properties' => [ 'SkillCheckResult' => [ 'description' => 'The skill check task result.', 'type' => 'object', 'properties' => [ 'RiskInfo' => [ 'description' => 'The file detection risk information.', 'type' => 'array', 'items' => [ 'description' => 'The list of risk details.', 'type' => 'object', 'properties' => [ 'Path' => ['description' => 'The file path.', 'type' => 'string', 'example' => '/home/97e55e6af371836f/', 'title' => ''], 'ResultType' => ['description' => 'The result type.', 'type' => 'string', 'example' => 'file', 'title' => ''], 'Ext' => [ 'description' => 'The file detection risk list.', 'type' => 'object', 'properties' => [ 'Virus' => [ 'description' => 'The virus detection risks.', 'type' => 'array', 'items' => [ 'description' => 'The list of risk details.', 'type' => 'object', 'properties' => [ 'Ext' => ['description' => 'The extended information field. This is a reserved parameter.', 'type' => 'string', 'example' => '{}', 'title' => ''], 'Score' => ['description' => 'The risk score. Maximum value: 100.', 'type' => 'integer', 'format' => 'int32', 'example' => '100', 'title' => ''], 'Type' => ['description' => 'The virus type.', 'type' => 'string', 'example' => 'Backdoor', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'Guardrail' => [ 'description' => 'The safety guardrail detection risks.', 'type' => 'object', 'properties' => [ 'Suggestion' => ['description' => 'The processing suggestion.', 'type' => 'string', 'example' => 'block', 'title' => ''], 'Detail' => [ 'description' => 'The list of risk details.', 'type' => 'array', 'items' => [ 'description' => 'The risk details.', 'type' => 'object', 'properties' => [ 'Level' => ['description' => 'The risk level. Valid values:'."\n" ."\n" .'- **high**: High risk.'."\n" .'- **medium**: Medium risk.'."\n" .'- **low**: Low risk.'."\n" .'- **none**: No risk.', 'type' => 'string', 'example' => 'high', 'title' => ''], 'Suggestion' => ['description' => 'The processing suggestion.', 'type' => 'string', 'example' => 'block', 'title' => ''], 'Type' => ['description' => 'The risk type.', 'type' => 'string', 'example' => 'promptAttack', 'title' => ''], 'Result' => [ 'description' => 'The list of result details.', 'type' => 'array', 'items' => [ 'description' => 'The result details.', 'type' => 'object', 'properties' => [ 'Confidence' => ['description' => 'The confidence score. Valid values: 0 to 100.', 'type' => 'number', 'format' => 'float', 'example' => '25', 'title' => ''], 'Description' => ['description' => 'The result description.', 'type' => 'string', 'example' => 'Suspicious attacks.', 'title' => ''], 'Label' => ['description' => 'The label information.', 'type' => 'string', 'example' => 'attack', 'title' => ''], 'Level' => ['description' => 'The risk level. Valid values:'."\n" ."\n" .'- **high**: High risk.'."\n" .'- **medium**: Medium risk.'."\n" .'- **low**: Low risk.'."\n" .'- **none**: No risk.', 'type' => 'string', 'example' => 'high', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'Sensitive' => [ 'description' => 'The sensitive information risks.', 'type' => 'object', 'properties' => [ 'Detail' => [ 'description' => 'The list of risk details.', 'type' => 'array', 'items' => [ 'description' => 'The risk details.', 'type' => 'object', 'properties' => [ 'Desc' => ['description' => 'The description.', 'type' => 'string', 'example' => 'aliyun_ak_24', 'title' => ''], 'Result' => [ 'description' => 'The list of sensitive information.', 'type' => 'array', 'items' => ['description' => 'The sensitive information.', 'type' => 'string', 'example' => 'LTAIvdi11f0b****', 'title' => ''], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'Config' => [ 'description' => 'The configuration detection risks.', 'type' => 'object', 'properties' => [ 'Detail' => [ 'description' => 'The list of risk details.', 'type' => 'array', 'items' => [ 'description' => 'The risk details.', 'type' => 'object', 'properties' => [ 'Line' => ['description' => 'The line number of the detected content.', 'type' => 'string', 'example' => '2555', 'title' => ''], 'Description' => ['description' => 'The description.', 'type' => 'string', 'example' => 'The skill configuration allows Bash execution via agent-browser:* pattern without requiring user confirmation. This enables potentially dangerous command execution through the browser automation CLI.', 'title' => ''], 'Content' => ['description' => 'The detected content.', 'type' => 'string', 'example' => 'allowed-tools: Bash(agent-browser:*)', 'title' => ''], 'ItemName' => ['description' => 'The check item name.', 'type' => 'string', 'example' => 'Dangerous Tools Without Confirmation', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'Target' => ['description' => 'The detection target.', 'type' => 'string', 'example' => 'c7acb2f1264e4467887ef8f4c36c44ca1', 'title' => ''], 'FileHash' => ['description' => 'The hash value of the uploaded file.', 'type' => 'string', 'example' => '03d1f08455e965cac0351eaa59256fd9', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'PageInfo' => [ 'description' => 'The pagination information.', 'type' => 'object', 'properties' => [ 'CurrentPage' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'PageSize' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'TotalCount' => ['description' => 'The total number of records in the query result.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Count' => ['description' => 'The number of data entries displayed on the current page.', 'type' => 'string', 'example' => '1', 'title' => ''], ], 'title' => '', 'example' => '', ], ], 'example' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => 'Get subtask information', 'changeSet' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"9FDE3D6F-26BD-5937-B0E5-8F47962B****\\",\\n \\"Data\\": [\\n {\\n \\"Id\\": 4190063324899520,\\n \\"TaskStatus\\": \\"success\\",\\n \\"TaskResultMessage\\": {\\n \\"SkillCheckResult\\": {\\n \\"RiskInfo\\": [\\n {\\n \\"Path\\": \\"/home/97e55e6af371836f/\\",\\n \\"ResultType\\": \\"file\\",\\n \\"Ext\\": {\\n \\"Virus\\": [\\n {\\n \\"Ext\\": \\"{}\\",\\n \\"Score\\": 100,\\n \\"Type\\": \\"Backdoor\\"\\n }\\n ],\\n \\"Guardrail\\": {\\n \\"Suggestion\\": \\"block\\",\\n \\"Detail\\": [\\n {\\n \\"Level\\": \\"high\\",\\n \\"Suggestion\\": \\"block\\",\\n \\"Type\\": \\"promptAttack\\",\\n \\"Result\\": [\\n {\\n \\"Confidence\\": 25,\\n \\"Description\\": \\"Suspicious attacks.\\",\\n \\"Label\\": \\"attack\\",\\n \\"Level\\": \\"high\\"\\n }\\n ]\\n }\\n ]\\n },\\n \\"Sensitive\\": {\\n \\"Detail\\": [\\n {\\n \\"Desc\\": \\"aliyun_ak_24\\",\\n \\"Result\\": [\\n \\"LTAIvdi11f0b****\\"\\n ]\\n }\\n ]\\n },\\n \\"Config\\": {\\n \\"Detail\\": [\\n {\\n \\"Line\\": \\"2555\\",\\n \\"Description\\": \\"The skill configuration allows Bash execution via agent-browser:* pattern without requiring user confirmation. This enables potentially dangerous command execution through the browser automation CLI.\\",\\n \\"Content\\": \\"allowed-tools: Bash(agent-browser:*)\\",\\n \\"ItemName\\": \\"Dangerous Tools Without Confirmation\\"\\n }\\n ]\\n }\\n }\\n }\\n ]\\n }\\n },\\n \\"Target\\": \\"c7acb2f1264e4467887ef8f4c36c44ca1\\",\\n \\"FileHash\\": \\"03d1f08455e965cac0351eaa59256fd9\\"\\n }\\n ],\\n \\"PageInfo\\": {\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 1,\\n \\"Count\\": \\"1\\"\\n }\\n}","type":"json"}]', ], ], 'endpoints' => [ ['regionId' => 'cn-zhangjiakou', 'regionName' => 'China (Zhangjiakou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-wulanchabu', 'regionName' => 'China (Ulanqab)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-qingdao', 'regionName' => 'China (Qingdao)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-nanjing', 'regionName' => 'China (Nanjing - Local Region)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-huhehaote', 'regionName' => 'China (Hohhot)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hangzhou', 'regionName' => 'China (Hangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-guangzhou', 'regionName' => 'China (Guangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-beijing', 'regionName' => 'China (Beijing)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-7', 'regionName' => 'Thailand (Bangkok)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-6', 'regionName' => 'Philippines (Manila)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-5', 'regionName' => 'Indonesia (Jakarta)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-1', 'regionName' => 'Singapore', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-northeast-2', 'regionName' => 'South Korea (Seoul)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-northeast-1', 'regionName' => 'Japan (Tokyo)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'eu-central-1', 'regionName' => 'Germany (Frankfurt)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'eu-west-1', 'regionName' => 'UK (London)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'us-east-1', 'regionName' => 'US (Virginia)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'us-west-1', 'regionName' => 'US (Silicon Valley)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'me-east-1', 'regionName' => 'UAE (Dubai)', 'areaId' => 'middleEast', 'areaName' => 'Middle East', 'public' => 'aisc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'aisc.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-beijing-finance-1', 'regionName' => 'China North 2 Finance (Preview)', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hangzhou-finance', 'regionName' => 'China East 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-heyuan-acdr-1', 'regionName' => 'Heyuan ACDR Auto', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai-finance-1', 'regionName' => 'China East 2 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => 'China South 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'aisc.cn-shanghai.aliyuncs.com', 'endpoint' => 'aisc.cn-shanghai.aliyuncs.com', 'vpc' => ''], ], 'errorCodes' => [ ['code' => 'DataNotExists', 'message' => 'Specified data does not exist.', 'http_code' => 400, 'description' => 'The data for the operation does not exist.'], ['code' => 'Forbidden', 'message' => 'You are not authorized to perform this operation.', 'http_code' => 403, 'description' => 'The current user is not authorized to perform the operation.'], ], 'changeSet' => [], ];