country | text | Argentina | Represents a country name as a text/string. This is the full name of the country. |
country-alpha-2 | text | AR | Represents a country as a 2-character code. For more information see https://www.iso.org/obp/ui/#search. |
country-alpha-3 | text | ARG | Represents a country as a 3-character code. For more information see https://www.iso.org/obp/ui/#search. |
country-code-numeric | number | 54 | Represents a country as a numeric code. For more information see https://www.iso.org/obp/ui/#search. |
location | text | +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-us | text | 90210 | Represents a US Zipcode as a 5 or 10 digit text/string. |