mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 15:23:39 +08:00
* feat: 建立 Registry 目录元数据验证基础 * feat: 迁移 Registry 应用目录元数据 * test: 解耦目录迁移进度断言 * feat: 迁移 Registry 服务目录元数据 * fix(catalog): 强制 Registry 目录元数据 * fix(catalog): 兼容 Registry v4 外部集成
26 lines
785 B
JSON
26 lines
785 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"id": "desirecore-registry-manifest",
|
|
"version": "4.0.0",
|
|
"name": "DesireCore Registry",
|
|
"description": "DesireCore 官方注册表 — Docker 应用、MCP 服务、HTTP API 和第三方外部集成的统一目录",
|
|
"maintainer": "DesireCore Team",
|
|
"repository": "https://github.com/desirecore/registry",
|
|
"lastUpdated": "2026-08-31",
|
|
"stats": {
|
|
"totalEntries": 22,
|
|
"dockerApps": 8,
|
|
"mcpServices": 8,
|
|
"httpApis": 5,
|
|
"externalIntegrations": 1
|
|
},
|
|
"dataVersion": "4.0.0",
|
|
"catalogMetadata": {
|
|
"version": "1.0.0",
|
|
"schema": "schemas/catalog-metadata.v1.schema.json",
|
|
"sidecarPath": "entries/<id>/catalog-metadata.v1.json",
|
|
"required": true,
|
|
"legacyFallback": true
|
|
}
|
|
}
|