Difference between revisions of "ValueList FusionJSON"
Jump to navigation
Jump to search
(Created page with "<pre> { "ValueList": [ { "id": "VL_SYMBOLS", "urn": "urn:sdmx:org.sdmx.infomodel.valuelist.ValueList=SDMX:VL_SYMBOLS(1.0)", "names": [ { "locale": "en",...") |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:FMR Formats Reference]] | ||
| + | The following is an Example [[Fusion-JSON]] representation of a [[Valuelist]] | ||
<pre> | <pre> | ||
Latest revision as of 04:23, 20 July 2023
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"
}
]
}
]
}
]
}