Fields
display_name
String!Required
User-friendly version of the geographical data, which may be more descriptive or formatted differently.
edit
BooleanSpecifies if the field can be edited by the user.
error_text
StringThe message shown to the user if the input does not meet the validation criteria.
input
StringDefines the type of input control used for the field (e.g., textbox).
required
Boolean!Required
Indicates whether the field is mandatory for the user to fill out.
slug
String!Required
URL-friendly version of the name, often used for referencing or querying purposes.
validation
FieldValidationDetails any validation rules applied to the field, such as regex patterns.
Provides predefined values or options for the field, if applicable.
next
StringIndicates the next field to fetch in the address entry sequence.
Was this section helpful?