Actions
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 almost 4 years ago · 3 revisions