This commit is contained in:
xiongxiao
2026-03-14 17:13:36 +08:00
committed by cnb
parent 0dcefbcdc8
commit c27a16ed8d
6 changed files with 1374 additions and 76 deletions

View File

@@ -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 配置读取)",