20 lines
462 B
JSON
20 lines
462 B
JSON
![]() |
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "/comment/disqus.json",
|
||
|
"description": "Disqus comment plugin configurations",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"type": {
|
||
|
"type": "string",
|
||
|
"const": "disqus"
|
||
|
},
|
||
|
"shortname": {
|
||
|
"type": "string",
|
||
|
"description": "Disqus shortname"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"type",
|
||
|
"shortname"
|
||
|
]
|
||
|
}
|