UserField
field_idstring
titlestring
descriptionstring
display_orderinteger
field_typestring
field_choicesobject
For choice types, an ordered list of choices, with "option" and "name" keys for each.
match_typestring
match_paramsundefined[]
max_lengthinteger
requiredboolean
display_groupstring
If this field type supports grouping, the group this field belongs to.
UserField
{
"field_id": "string",
"title": "string",
"description": "string",
"display_order": 0,
"field_type": "string",
"field_choices": {},
"match_type": "string",
"match_params": [
null
],
"max_length": 0,
"required": true,
"display_group": "string"
}