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

20 lines
460 B
JSON
Raw Normal View History

2019-12-24 19:16:42 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/comment/isso.json",
"description": "Isso comment plugin configurations",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "isso"
},
"url": {
"type": "string",
"description": "URL to your Isso comment service"
}
},
"required": [
"type",
"url"
]
}