{
    "$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"
        },
        "conf": {
            "type": "string",
            "description": "Changyan configuration ID"
        }
    },
    "required": [
        "type",
        "app_id",
        "conf"
    ]
}