From d63238ad778f596c9b27fdaea1df4fae423e4324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Fri, 22 Aug 2025 10:53:10 +0200 Subject: [PATCH] [int] --- source/structure/r7.sindri.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source/structure/r7.sindri.json b/source/structure/r7.sindri.json index 0c8d515..e3e8428 100644 --- a/source/structure/r7.sindri.json +++ b/source/structure/r7.sindri.json @@ -33,6 +33,11 @@ "name": "name", "type": "string_short", "nullable": false + }, + { + "name": "label", + "type": "string_short", + "nullable": false } ], "constraints": [ @@ -91,6 +96,11 @@ "type": "string_short", "nullable": false }, + { + "name": "label", + "type": "string_short", + "nullable": false + }, { "name": "email_address", "type": "string_short", @@ -200,6 +210,16 @@ "type": "string_short", "nullable": false }, + { + "name": "label_changeable", + "type": "boolean", + "nullable": false + }, + { + "name": "label_value", + "type": "string_short", + "nullable": false + }, { "name": "email_address_changeable", "type": "boolean",