{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "/comment/livere.json", "description": "Livere comment plugin configurations", "type": "object", "properties": { "type": { "type": "string", "const": "livere" }, "uid": { "type": "string", "description": "LiveRe comment service UID" } }, "required": [ "type", "uid" ] }