From eccd5cd5a067f5659982685afdeea209b1888efb Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 14 Feb 2026 10:08:30 +0800 Subject: first commit --- data/multimodaldialog/2025-09-03/api-docs.php | 95 +++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 data/multimodaldialog/2025-09-03/api-docs.php (limited to 'data/multimodaldialog/2025-09-03/api-docs.php') diff --git a/data/multimodaldialog/2025-09-03/api-docs.php b/data/multimodaldialog/2025-09-03/api-docs.php new file mode 100644 index 0000000..e9a63b5 --- /dev/null +++ b/data/multimodaldialog/2025-09-03/api-docs.php @@ -0,0 +1,95 @@ + '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'MultimodalDialog', + 'version' => '2025-09-03', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'Vocabulary' => [ + 'path' => '/openapi/vocabulary/v1', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'action' => [ + 'type' => 'string', + 'required' => false, + ], + 'vocabularyName' => [ + 'type' => 'string', + 'required' => false, + ], + 'vocabulary' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'text' => [ + 'type' => 'string', + 'required' => false, + ], + 'lang' => [ + 'type' => 'string', + 'required' => false, + ], + 'type' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + 'vocabularyId' => [ + 'type' => 'string', + 'required' => false, + ], + 'vocabularyIds' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-beijing', + 'endpoint' => 'multimodaldialog.cn-beijing.aliyuncs.com', + ], + ], +]; -- cgit v1.2.3