Project

General

Profile

Actions

h1. Country

To represent the generic country code and label

|. field name |. cardinality |. type |. description |
| code | ONE | string | the country code (i.e. IT)|
| label | ONE | string | the country label (i.e. Italy)|

Example data:

{
"code":"IN",
"label":"India"
}

Updated by Miriam Baglioni about 3 years ago · 3 revisions