Project

General

Profile

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 over 2 years ago · 3 revisions