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

35 lines
771 B
JSON
Raw Normal View History

2019-12-25 01:24:34 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/common/comment.json",
"description": "Comment plugin configurations",
"type": "object",
"oneOf": [
{
"$ref": "/comment/disqus.json"
2019-12-25 01:24:34 +00:00
},
{
"$ref": "/comment/changyan.json"
2019-12-25 01:24:34 +00:00
},
{
"$ref": "/comment/disqusjs.json"
},
{
"$ref": "/comment/facebook.json"
},
{
"$ref": "/comment/gitalk.json"
},
{
"$ref": "/comment/gitment.json"
},
{
"$ref": "/comment/isso.json"
},
{
"$ref": "/comment/livere.json"
},
{
"$ref": "/comment/valine.json"
}
]
}