{
  "config": {
    "type": "object",
    "$ref": "module://@nikitajs/ldap/search#/definitions/connection",
    "properties": {
      "dn": {
        "type": "array",
        "coercion": true,
        "items": {
          "type": "string"
        },
        "description": "One or multiple DN to remove."
      },
      "name": {
        "type": "string",
        "description": "Distinguish name storing the \"olcAccess\" property, using the database\naddress (eg: \"olcDatabase={2}bdb,cn=config\")."
      }
    },
    "required": [
      "dn"
    ]
  }
}
