[int]
This commit is contained in:
parent
c25ba7fcd1
commit
d63238ad77
1 changed files with 20 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue