# 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](https://www.iso.org/obp/ui/#search). * Type: string * Pattern: `^[A-Z]{2}$` ## JSON schema extract ```json "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." } ```