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