Structure "Country"
This structure describes the element of the "Countries" directory
Field description
Name | Description | Data type | Required |
---|---|---|---|
id | Country id | Number | + |
name | Localized country name. | String | + |
sign | Country code in the format ISO 3166-1 alpha-2. | String | + |
Sample
{
"id": 1,
"name": "Украина",
"sign": "UA"
}