sdmx-twg / sdmx-json

This repository is used for maintaining the SDMX-JSON message specifications.
54 stars 20 forks source link

SDMX-JSON v2.0.0 data message schema erroneously requires `data.dataSets.[*].links` #125

Open hoehrmann opened 8 months ago

hoehrmann commented 8 months ago

Per https://github.com/sdmx-twg/sdmx-json/blob/71fe5eaa9fcd29e3c15f2f0216a19b9b650b1dbd/data-message/docs/1-sdmx-json-field-guide.md#dataset data.dataSets.[*].links is optional. Since no actual links need to be specified, it also does not make sense to require the property.

But the schema requires the property:

(In doubt, please handle this as a public review comment on SDMX 3.1 once the comment period begins.)