From cad6547ca9dba371107a412cd25e42554ed9e607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 25 Aug 2025 13:41:59 +0000 Subject: [PATCH] =?UTF-8?q?[mod]=20r7:invitation:null=20f=C3=BCr=20name=20?= =?UTF-8?q?und=20label=20erlauben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/structure/r7.sindri.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/structure/r7.sindri.json b/source/structure/r7.sindri.json index 184d002..a95452c 100644 --- a/source/structure/r7.sindri.json +++ b/source/structure/r7.sindri.json @@ -208,7 +208,7 @@ { "name": "name_value", "type": "string_short", - "nullable": false + "nullable": true }, { "name": "label_changeable", @@ -218,7 +218,7 @@ { "name": "label_value", "type": "string_short", - "nullable": false + "nullable": true }, { "name": "email_address_changeable",