object

CountryFieldsAddress

Describes the configuration of address fields for a country.
Fields
display_name
String!
Required
User-friendly version of the geographical data, which may be more descriptive or formatted differently.
Specifies if the field can be edited by the user.
error_text
String
The message shown to the user if the input does not meet the validation criteria.
input
String
Defines the type of input control used for the field (e.g., textbox).
required
Boolean
Indicates whether the field is mandatory for the user to fill out.
Required
Unique field identifier for address field. e.g., 'landmark' for landmark field; stays the same even if display_name changes.
validation
FieldValidation
Details any validation rules applied to the field, such as regex patterns.
Provides predefined values or options for the field, if applicable.
next
String
Indicates the next field to fetch in the address entry sequence. This is for dependent fields eg if city is selected then next field will be state.