{
  "config": {
    "type": "object",
    "$ref": "module://@nikitajs/ldap/search#/definitions/connection",
    "properties": {
      "indexes": {
        "type": "object",
        "description": "List of \"olcDbIndex\" values provided as key/value pairs."
      },
      "dn": {
        "type": "string",
        "description": "Distinguish name storing the \"olcDbIndex\" property, using the database\naddress (eg: \"olcDatabase={2}bdb,cn=config\")."
      },
      "suffix": {
        "type": "string",
        "description": "The suffix associated with the database (eg: \"dc=example,dc=org\"),\nused as an alternative to the `dn` configuration."
      }
    }
  }
}
