Country » History » Version 3
  Miriam Baglioni, 30/11/2021 03:47 PM 
  
| 1 | 1 | Miriam Baglioni | h1. Country | 
|---|---|---|---|
| 2 | |||
| 3 | |||
| 4 | 2 | Miriam Baglioni | To represent the generic country code and label | 
| 5 | 1 | Miriam Baglioni | |
| 6 | |_. field name |_. cardinality |_. type |_. description | | ||
| 7 | | code | ONE | string | the country code (i.e. IT)| | ||
| 8 | | label | ONE | string | the country label (i.e. Italy)| | ||
| 9 | 3 | Miriam Baglioni | |
| 10 | Example data: | ||
| 11 | |||
| 12 | <pre> | ||
| 13 | { | ||
| 14 | "code":"IN", | ||
| 15 | "label":"India" | ||
| 16 | } | ||
| 17 | </pre> |