Current section

Files

Jump to
arke_auth lib registry shared parameter.json
Raw

lib/registry/shared/parameter.json

{
"parameter": [
{
"default_string": null,
"type": "string",
"format": "attribute",
"helper_text": "Email",
"id": "email",
"is_primary": false,
"label": "Email",
"max_length": null,
"min_length": 2,
"multiple": false,
"nullable": true,
"persistence": "arke_parameter",
"required": false,
"strip": true,
"lowercase": true,
"unique": false,
"values": null
},
{
"default_string": null,
"type": "string",
"format": "attribute",
"helper_text": "First name",
"id": "first_name",
"is_primary": false,
"label": "First name",
"max_length": null,
"min_length": 3,
"multiple": false,
"nullable": true,
"persistence": "arke_parameter",
"required": false,
"strip": false,
"lowercase": false,
"unique": false,
"values": null
},
{
"default_string": null,
"type": "string",
"format": "attribute",
"helper_text": "Last name",
"id": "last_name",
"is_primary": false,
"label": "Last name",
"max_length": null,
"min_length": 3,
"multiple": false,
"nullable": true,
"persistence": "arke_parameter",
"required": false,
"strip": false,
"lowercase": false,
"unique": false,
"values": null
},
{
"default_dynamic": null,
"type": "dynamic",
"format": "attribute",
"helper_text": null,
"id": "arke_system_user",
"is_primary": false,
"label": "Arke System User",
"nullable": false,
"only_run_time:": false,
"persistence": "arke_parameter",
"required": true
}
]
}