mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-07-23 04:23:46 +08:00
强化市场校验与索引元数据
合并市场索引、分类、i18n 校验、skill-creator 工具和已修改 skill 版本号更新。
This commit is contained in:
@@ -79,7 +79,21 @@
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"icon": { "type": "string" },
|
||||
"category": { "type": "string" },
|
||||
"category": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"productivity",
|
||||
"development",
|
||||
"business",
|
||||
"creative",
|
||||
"design",
|
||||
"media",
|
||||
"communication",
|
||||
"research",
|
||||
"data",
|
||||
"management"
|
||||
]
|
||||
},
|
||||
"channel": {
|
||||
"type": "string",
|
||||
"enum": ["latest", "stable", "canary", "beta"]
|
||||
|
||||
Reference in New Issue
Block a user