From c2578dca06a4c866cb90701a5ad5d05d36001437 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 9 May 2026 09:09:32 +0200 Subject: [PATCH] chore: update json schema --- build_helpers/schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_helpers/schema.json b/build_helpers/schema.json index 5d07b4ad1..7c4ea3596 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -1063,7 +1063,8 @@ "jwt_secret_key": { "description": "Secret key for JWT authentication.", "type": "string", - "default": "somethingRandomSomethingRandom123" + "default": "somethingRandomSomethingRandom123", + "minLength": 32 }, "CORS_origins": { "description": "List of allowed CORS origins.",