25 lines
596 B
JSON
25 lines
596 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "/comment/changyan.json",
|
|
"description": "Changyan comment plugin configurations",
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"const": "changyan"
|
|
},
|
|
"app_id": {
|
|
"type": "string",
|
|
"description": "Changyan app ID"
|
|
},
|
|
"shortname": {
|
|
"type": "string",
|
|
"description": "Changyan configuration ID"
|
|
}
|
|
},
|
|
"required": [
|
|
"type",
|
|
"app_id",
|
|
"conf"
|
|
]
|
|
} |