Current section
Files
Jump to
Current section
Files
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
},
{
"default_boolean": null,
"type": "boolean",
"format": "attribute",
"helper_text": null,
"id": "is_reusable",
"is_primary": false,
"label": "Is Reusable",
"nullable": true,
"only_run_time": false,
"persistence": "arke_parameter",
"required": false
},
{
"arke_or_group_id": "arke_auth_member",
"connection_type": "temporary_token_auth",
"default_link": null,
"type": "link",
"depth": 0,
"direction": "child",
"format": "attribute",
"helper_text": null,
"id": "link_member",
"is_primary": false,
"label": "Link Member",
"multiple": false,
"nullable": true,
"persistence": "arke_parameter",
"required": false,
"filter_keys": ["id", "arke_id"],
"only_run_time": false
},
{
"default_datetime": null,
"type": "datetime",
"format": "attribute",
"helper_text": null,
"id": "expiration_datetime",
"is_primary": false,
"label": "Expiration Datetime",
"nullable": true,
"only_run_time": false,
"persistence": "arke_parameter",
"required": false
}
]
}