mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 18:34:37 +08:00
feat: 建立统一目录元数据与获取契约 (#5)
* feat: 建立 Registry 目录元数据验证基础 * feat: 迁移 Registry 应用目录元数据 * test: 解耦目录迁移进度断言 * feat: 迁移 Registry 服务目录元数据 * fix(catalog): 强制 Registry 目录元数据 * fix(catalog): 兼容 Registry v4 外部集成
This commit is contained in:
83
entries/wecom-webhook/catalog-metadata.v1.json
Normal file
83
entries/wecom-webhook/catalog-metadata.v1.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
|
||||
"schemaVersion": 1,
|
||||
"identity": {
|
||||
"kind": "service",
|
||||
"id": "wecom-webhook"
|
||||
},
|
||||
"presentation": {
|
||||
"defaultLocale": "zh-CN",
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "企业微信 Webhook",
|
||||
"summary": "企业微信机器人消息通知,支持文本、Markdown、图片、图文、文件、语音和卡片消息"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "WeCom Webhook",
|
||||
"summary": "WeCom bot notifications supporting text, Markdown, images, news, files, voice messages, and cards"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"通知",
|
||||
"企业微信",
|
||||
"Webhook"
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"state": "known",
|
||||
"version": "1.0",
|
||||
"versionScheme": "opaque"
|
||||
},
|
||||
"timestamps": {
|
||||
"catalogUpdatedAt": {
|
||||
"state": "known",
|
||||
"value": "2026-03-09",
|
||||
"precision": "day"
|
||||
},
|
||||
"releasePublishedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"reviewedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"upstreamObservedAt": {
|
||||
"state": "unknown"
|
||||
}
|
||||
},
|
||||
"provenance": {},
|
||||
"governance": {
|
||||
"availability": "listing-only",
|
||||
"license": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"redistribution": "verify-package-terms",
|
||||
"upstreamMaintainer": {
|
||||
"name": "腾讯",
|
||||
"verified": false
|
||||
}
|
||||
},
|
||||
"compatibility": {
|
||||
"platforms": {
|
||||
"state": "known",
|
||||
"values": [
|
||||
"macos",
|
||||
"windows",
|
||||
"linux"
|
||||
]
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"kind": "service",
|
||||
"protocol": "http",
|
||||
"authType": "unknown",
|
||||
"capabilities": [
|
||||
"text_message",
|
||||
"markdown_message",
|
||||
"image_message",
|
||||
"news_message",
|
||||
"file_message",
|
||||
"voice_message",
|
||||
"card_message"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user