[int]
This commit is contained in:
parent
c25ba7fcd1
commit
d63238ad77
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue