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.
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