ValueList FusionJSON
Jump to navigation
Jump to search
The following is an Example Fusion-JSON representation of a Valuelist
{
"ValueList": [
{
"id": "VL_SYMBOLS",
"urn": "urn:sdmx:org.sdmx.infomodel.valuelist.ValueList=SDMX:VL_SYMBOLS(1.0)",
"names": [
{
"locale": "en",
"value": "List of Symbols"
}
],
"agencyId": "SDMX",
"version": "1.0",
"isFinal": false,
"isPartial": false,
"items": [
{
"id": "$",
"names": [
{
"locale": "en",
"value": "Dollar"
}
]
},
{
"id": "£",
"names": [
{
"locale": "en",
"value": "Pound"
}
]
},
{
"id": "%",
"names": [
{
"locale": "en",
"value": "Percent"
}
]
}
]
}
]
}