Björn Höhrmann
Björn Höhrmann
There is insufficient guidance in https://github.com/sdmx-twg/sdmx-json/blob/71fe5eaa9fcd29e3c15f2f0216a19b9b650b1dbd/data-message/docs/1-sdmx-json-field-guide.md regarding these properties: > - value - *String* *optional*. A non-localised value text of the annotation. > - text - *String* *optional*. A human-readable...
In https://github.com/sdmx-twg/sdmx-json/blob/71fe5eaa9fcd29e3c15f2f0216a19b9b650b1dbd/data-message/docs/1-sdmx-json-field-guide.md#format > If used then the component values will use instead of `id` and `name`: > > - if `minOccurs` and `maxOccurs` are equal to 1: the `value` property,...
I understand observations are encoded as arrays of the measures, attributes, and annotations. But measures and attributes can occur more (or perhaps even less) than once. My best guess is...
The SDMX-REST specification refers to types like `SubmitStructureResponseType`. Considering the default format in most other places of SDMX-REST is SDMX-JSON, it seems weird that one would have to use SDMX-ML...
Based on https://github.com/search?q=repo%3ASchemaStore%2Fschemastore+%2F\%24schema.*\{%2F&type=code I would say the established convention to reference JSON Schema schemas from JSON documents is a root-level `$schema` property. I think SDMX-JSON should follow this convention. Code...
When you convert an SDMX-JSON structure message into the SDMX-ML format, properties like `data.codelists[*].name` do not specify the natural language their value is written in. The corresponding `Name` XML element...
According to the prose specification https://github.com/sdmx-twg/sdmx-json/blob/71fe5eaa9fcd29e3c15f2f0216a19b9b650b1dbd/structure-message/docs/1-sdmx-json-field-guide.md#common-sdmx-artefact-properties / https://github.com/sdmx-twg/sdmx-json/blob/71fe5eaa9fcd29e3c15f2f0216a19b9b650b1dbd/structure-message/docs/1-sdmx-json-field-guide.md#item the `name` property is optional, but the schema requires it, even when there is a `names` entry. I think the schema is...
https://github.com/sdmx-twg/sdmx-json/blob/71fe5eaa9fcd29e3c15f2f0216a19b9b650b1dbd/structure-message/docs/1-sdmx-json-field-guide.md mentions `isConceptRole` several times, but there are no search results in this repository for the term besides these prose text referneces. https://github.com/search?q=repo%3Asdmx-twg%2Fsdmx-json%20isConceptRole&type=code (In doubt, please handle this as a...
https://github.com/sdmx-twg/sdmx-json/blob/71fe5eaa9fcd29e3c15f2f0216a19b9b650b1dbd/data-message/tools/schemas/2.0.0/sdmx-json-data-schema.json#L997 The schema does not allow using `relationship: { measures: [ OBS_VALUE ] }` because `measures` is not listed in the `oneOf` requirement. (In doubt, please handle this as a...
In https://github.com/sdmx-twg/sdmx-json/blob/71fe5eaa9fcd29e3c15f2f0216a19b9b650b1dbd/data-message/docs/1-sdmx-json-field-guide.md#attribute-relationship it says »primaryMeasure - String optional. Deprecated value having the same meaning than the relationship observation. For backward-compatibility only.« This rather confused me and looking at https://github.com/sdmx-twg/sdmx-json/issues/90 this...