2019-12-25 01:24:34 +00:00
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"$id": "/common/comment.json",
|
2019-12-27 02:07:35 +00:00
|
|
|
"description": "Comment plugin configurations\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Comment/",
|
2019-12-25 01:24:34 +00:00
|
|
|
"type": "object",
|
|
|
|
"oneOf": [
|
|
|
|
{
|
2019-12-25 05:35:34 +00:00
|
|
|
"$ref": "/comment/disqus.json"
|
2019-12-25 01:24:34 +00:00
|
|
|
},
|
|
|
|
{
|
2019-12-25 05:35: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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|