sdmx-twg / sdmx-json

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

JSON Schema V2: should URN for "Valuelist" be "ValueList" ? #167

Open lazarpr opened 1 week ago

lazarpr commented 1 week ago

I've been looking at the JSON Schema version 2.0 ( https://github.com/sdmx-twg/sdmx-json/blob/master/structure-message/tools/schemas/2.0.0/sdmx-json-structure-schema.json ) to ensure that the output generated by the Fusion Metadata Registry conforms to the schema,

One area where the validators are reporting an issue is that the URN for ValueList is expected to have a lower-case "L" - i.e Valuelist. I am not sure that this is correct. The schema for SDMX-ML seem to indicate that this should be spelt with an upper-case "L". But I would like conformity so that the validators do not report errors.

The issue appears on lines: 5534, 5539, 5644