{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "/share/bdshare.json", "description": "Enable Baidu share buttons", "type": "object", "properties": { "type": { "type": "string", "const": "bdshare" } }, "required": [ "type" ] }