This commit is contained in:
roydfalk 2025-08-22 10:53:10 +02:00
parent c25ba7fcd1
commit d63238ad77

View file

@ -33,6 +33,11 @@
"name": "name", "name": "name",
"type": "string_short", "type": "string_short",
"nullable": false "nullable": false
},
{
"name": "label",
"type": "string_short",
"nullable": false
} }
], ],
"constraints": [ "constraints": [
@ -91,6 +96,11 @@
"type": "string_short", "type": "string_short",
"nullable": false "nullable": false
}, },
{
"name": "label",
"type": "string_short",
"nullable": false
},
{ {
"name": "email_address", "name": "email_address",
"type": "string_short", "type": "string_short",
@ -200,6 +210,16 @@
"type": "string_short", "type": "string_short",
"nullable": false "nullable": false
}, },
{
"name": "label_changeable",
"type": "boolean",
"nullable": false
},
{
"name": "label_value",
"type": "string_short",
"nullable": false
},
{ {
"name": "email_address_changeable", "name": "email_address_changeable",
"type": "boolean", "type": "boolean",