Json规范
| 文件名 | 备注 | $schema |
|---|---|---|
| 插件信息 | https://sereincommunity.github.io/json-schemas/v1/plugin-info.json |
| 文件名 | 备注 | $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", }