Skip to main content

Location Datatypes

datatypeParent datatypeExampleDescription
countrytextArgentinaRepresents a country name as a text/string. This is the full name of the country.
country-alpha-2textARRepresents a country as a 2-character code. For more information see https://www.iso.org/obp/ui/#search.
country-alpha-3textARGRepresents a country as a 3-character code. For more information see https://www.iso.org/obp/ui/#search.
country-code-numericnumber54Represents a country as a numeric code. For more information see https://www.iso.org/obp/ui/#search.
locationtext+43.954-71.2735/Represents a location as a text/string of the format <latitude_decimal><longitude_decimal>/. For more information see https://en.wikipedia.org/wiki/Decimal_degrees.
zipcode-ustext90210Represents a US Zipcode as a 5 or 10 digit text/string.