{
  "config": {
    "type": "object",
    "$ref": "module://@nikitajs/ldap/search#/definitions/connection",
    "properties": {
      "base": {
        "const": "cn=config",
        "default": "cn=config"
      },
      "suffix": {
        "type": "string",
        "description": "The suffix associated with the database."
      }
    },
    "required": [
      "suffix",
      "base"
    ]
  }
}
