Json Schemas
用于为JSON编写提供提示和校验
一览
v1(已过时)
文件名 | 备注 | $schema |
---|---|---|
插件信息 | https://sereincommunity.github.io/json-schemas/v1/plugin-info.json |
v2✨
文件名 | 备注 | $schema |
---|---|---|
plugin-info.json | 插件信息 | https://sereincommunity.github.io/json-schemas/v2/plugin-info.json |
plugin-index.json | 插件索引 | https://sereincommunity.github.io/json-schemas/v2/plugin-index.json |
data-info.json | 数据文件信息 | https://sereincommunity.github.io/json-schemas/v2/data-info.json |
使用方法
- 新建一个JSON文件
- 复制如下文本到该文件中
- 将
$schema
的值替换为上面的链接
{
"$schema": "https://sereincommunity.github.io/json-schemas/v2/plugin-info.json",
}