From 81cc007a1116ac555809fda3527bab6d41b0d81f Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Mon, 2 Feb 2026 16:20:24 +0100 Subject: [PATCH] doc/jsonschema: remove non-existent ldap field Probably a duplicate typo --- etc/schema.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/schema.json b/etc/schema.json index d13d834256..9fd4f6d48e 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -3048,9 +3048,6 @@ "time_limit": { "type": "integer" }, - "types_online": { - "type": "boolean" - }, "types_only": { "type": "boolean" }