update
This commit is contained in:
@@ -21,6 +21,12 @@ const api = {
|
||||
"type": "string",
|
||||
"description": "项目根目录的绝对路径,必填"
|
||||
},
|
||||
"type": {
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"description": "项目类型,filepath 表示本地文件路径,cnb-repo 表示 CNB 仓库,选填(默认为 filepath)",
|
||||
"type": "string",
|
||||
"optional": true
|
||||
},
|
||||
"repo": {
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"description": "代码仓库标识,用于搜索结果展示和过滤,格式如 owner/repo,例如 kevisual/cnb,选填(默认自动从 git 配置读取)",
|
||||
|
||||
Reference in New Issue
Block a user