Expand description
SDMX-JSON Metadata Message format, 2.0.0 (aligned with SDMX 3.0.0)
This module implements SDMX-JSON Metadata Message 2.0.0. The Metadata Message format includes information that describes the statistical data itself.
JSON files in this format are implemented in the top-level root type,
MetadataMessage
.
They can be deserialized from a &str
, a &[u8]
,
and a Value
.
Structsยง
- Attribute
- A reported metadata attribute value.
- Data
- The associated data with a metadata message.
- Format
- The representation for a component which describes the possible content for component values.
- Metadata
Message - The top-level type of a JSON file that conforms to the SDMX-JSON Metadata Message format.
- Metadata
Set - A collection of reported metadata against a set of values for a given full or partial target identifier, as described in a metadata structure definition.