country
Information that locates and identifies the country, as defined by postal services. Use Alpha-2 Code as defined in the ISO CountryCode ISO 3166-1 list.
- Type: string
-
Pattern:
^[A-Z]{2}$
JSON schema extract
"country": {
"type": "string",
"pattern": "^[A-Z]{2}$",
"description": "Information that locates and identifies the country, as defined by postal services. Use Alpha-2 Code as defined in the ISO CountryCode ISO 3166-1 list."
}