Difference between revisions of "Fusion-JSON"
Line 7: | Line 7: | ||
* [[Valuelist]] | * [[Valuelist]] | ||
* Validation Scheme | * Validation Scheme | ||
+ | |||
+ | =Fusion-JSON Data= | ||
+ | [[File:FusionJson.PNG|thumbnail]] | ||
+ | Fusion-JSON for data consists of three top-level nodes: | ||
+ | * header | ||
+ | * dataSets | ||
+ | * structure | ||
+ | Unlike SDMX-ML data formats, Fusion-JSON is self-describing in that it contains both the observation data and structural metadata needed to interpretet. | ||
<sup>1</sup>This includes a Data Structure Definition that has one or more [[Data_Structure_Definition#Data_Structure_Components|Components]] that use a [[Valuelist]] to define their allowable content. Also Data Structures that do not define a Measure with ID OBS_VALUE (the Primary Measure), or a Data Structure with multiple Measure Dimensions. | <sup>1</sup>This includes a Data Structure Definition that has one or more [[Data_Structure_Definition#Data_Structure_Components|Components]] that use a [[Valuelist]] to define their allowable content. Also Data Structures that do not define a Measure with ID OBS_VALUE (the Primary Measure), or a Data Structure with multiple Measure Dimensions. |
Revision as of 10:23, 1 February 2021
Overview
Fusion-JSON is a format used for Structural Metadata, Data, and Reference Metadata. The Fusion-JSON format was created before the SDMX-JSON format became a standard as so has a slightly different syntax. In addition the Fusion-JSON format is used for Structural Metadata that is supported by the Fusion Registry which is not a part of the official SDMX Specification. This includes:
- Data Reporting Template
- Data Structure Definitions that do not conform to the standard1
- Valuelist
- Validation Scheme
Fusion-JSON Data
Fusion-JSON for data consists of three top-level nodes:
- header
- dataSets
- structure
Unlike SDMX-ML data formats, Fusion-JSON is self-describing in that it contains both the observation data and structural metadata needed to interpretet.
1This includes a Data Structure Definition that has one or more Components that use a Valuelist to define their allowable content. Also Data Structures that do not define a Measure with ID OBS_VALUE (the Primary Measure), or a Data Structure with multiple Measure Dimensions.