Files
registry/entries/wecom-webhook/catalog-metadata.v1.json
Yige 223be1f04b feat: 建立统一目录元数据与获取契约 (#5)
* feat: 建立 Registry 目录元数据验证基础

* feat: 迁移 Registry 应用目录元数据

* test: 解耦目录迁移进度断言

* feat: 迁移 Registry 服务目录元数据

* fix(catalog): 强制 Registry 目录元数据

* fix(catalog): 兼容 Registry v4 外部集成
2026-08-31 04:03:38 -04:00

84 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"$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"
]
}
}