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",