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!
Required
Defines 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.
Required
URL-friendly version of the name, often used for referencing or querying purposes.
validation
FieldValidation
Details any validation rules applied to the field, such as regex patterns.
Provides predefined values or options for the field, if applicable.