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

15 lines
337 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/comment/facebook.json",
"description": "Facebook comment plugin configurations",
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "facebook"
}
},
"required": [
"type"
]
}