hexo-theme-amane/include/schema/comment/changyan.json

25 lines
594 B
JSON
Raw Normal View History

2019-12-24 19:16:42 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/comment/changyan.json",
"description": "Changyan comment plugin configurations",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "changyan"
},
"appid": {
"type": "string",
"description": "Changyan app ID"
},
"shortname": {
"type": "string",
"description": "Changyan configuration ID"
}
},
"required": [
"type",
"appid",
"conf"
]
}