mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 20:13:42 +08:00
feat: 建立统一目录元数据与获取契约 (#5)
* feat: 建立 Registry 目录元数据验证基础 * feat: 迁移 Registry 应用目录元数据 * test: 解耦目录迁移进度断言 * feat: 迁移 Registry 服务目录元数据 * fix(catalog): 强制 Registry 目录元数据 * fix(catalog): 兼容 Registry v4 外部集成
This commit is contained in:
80
entries/n8n/catalog-metadata.v1.json
Normal file
80
entries/n8n/catalog-metadata.v1.json
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
|
||||
"schemaVersion": 1,
|
||||
"identity": {
|
||||
"kind": "app",
|
||||
"id": "n8n"
|
||||
},
|
||||
"presentation": {
|
||||
"defaultLocale": "zh-CN",
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "n8n",
|
||||
"summary": "可视化工作流自动化平台,支持 400+ 集成",
|
||||
"description": "n8n 是一个可扩展的工作流自动化工具。使用公平代码许可,拥有原生 AI 能力,可以连接任何东西。支持自托管,提供丰富的第三方服务集成节点。"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "n8n",
|
||||
"summary": "Visual workflow automation platform with 400+ integrations",
|
||||
"description": "n8n is an extensible workflow automation tool. It uses a fair-code license, includes native AI capabilities, and can connect to almost anything. It supports self-hosting and offers a broad range of integration nodes for third-party services."
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"Automation",
|
||||
"Workflow",
|
||||
"Integration"
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"state": "known",
|
||||
"version": "2.10.4",
|
||||
"versionScheme": "semver"
|
||||
},
|
||||
"timestamps": {
|
||||
"catalogUpdatedAt": {
|
||||
"state": "known",
|
||||
"value": "2026-06-14",
|
||||
"precision": "day"
|
||||
},
|
||||
"releasePublishedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"reviewedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"upstreamObservedAt": {
|
||||
"state": "unknown"
|
||||
}
|
||||
},
|
||||
"provenance": {
|
||||
"content": {
|
||||
"kind": "git",
|
||||
"url": "https://github.com/n8n-io/n8n"
|
||||
}
|
||||
},
|
||||
"governance": {
|
||||
"availability": "listing-only",
|
||||
"license": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"redistribution": "verify-package-terms",
|
||||
"upstreamMaintainer": {
|
||||
"name": "n8n-io",
|
||||
"verified": false
|
||||
}
|
||||
},
|
||||
"compatibility": {
|
||||
"platforms": {
|
||||
"state": "known",
|
||||
"values": [
|
||||
"macos",
|
||||
"windows",
|
||||
"linux"
|
||||
]
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"kind": "app",
|
||||
"category": "workflow"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user