11 lines
536 B
JSON
11 lines
536 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://cangjie-skill.org/schemas/registry-entry.schema.json",
|
|
"title": "Cangjie Skill Registry Entry (v1/v2 dispatcher)",
|
|
"description": "按 schema_version 分发(ADR-004):v1 永久保持可读,新输出模式使用 v2。校验器需先注册 v1/v2 子 schema。",
|
|
"oneOf": [
|
|
{ "$ref": "https://cangjie-skill.org/schemas/registry-entry-v1.schema.json" },
|
|
{ "$ref": "https://cangjie-skill.org/schemas/registry-entry-v2.schema.json" }
|
|
]
|
|
}
|