From cf9a7b8c60b5b941343c42e10e757143913385e4 Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 21 Jun 2023 02:56:55 +0200 Subject: [PATCH] Update json-schema --- keycloakify-json-schema.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/keycloakify-json-schema.json b/keycloakify-json-schema.json index a6cc302f..2606f486 100644 --- a/keycloakify-json-schema.json +++ b/keycloakify-json-schema.json @@ -70,12 +70,6 @@ "keycloakifyBuildDirPath": { "type": "string" }, - "customUserAttributes": { - "type": "array", - "items": { - "type": "string" - } - }, "themeName": { "type": "string" }