Properties
NAME | TYPE | DESCRIPTION |
name | string | Country name. |
code | string | Country two-character ISO 3166-1 alpha code. |
Example
JSON
{
"name": "United States",
"code": "US"
}
JSON
{
"name": "United States",
"code": "US"
}
NAME | TYPE | DESCRIPTION |
name | string | Country name. |
code | string | Country two-character ISO 3166-1 alpha code. |
{
"name": "United States",
"code": "US"
}
{
"name": "United States",
"code": "US"
}