sdmx-twg / sdmx-rest

This repository is used for maintaining the SDMX RESTful web services specification.
111 stars 24 forks source link

Wrong media-type in schema queries? #168

Closed sosna closed 2 years ago

sosna commented 2 years ago

The spec currently has the following media type as one of the possible media types for schema queries:

application/vnd.sdmx.schema+json;version=3.0.0

The version should probably be 2.0.0 instead, i.e. getting a JSON schema for the SDMX-JSON 2.0.0 data message?

sosna commented 2 years ago

With the exception of the typo for the SDMX-CSV (referencing version 1.0.0 of the format, instead of 2.0.0), the cheat sheet is basically correct and the documentation should be aligned with it. The reason is that, as there were changes to the SDMX IM (e.g. support for multiple measures), there is little point in mentioning the old formats, as they will only support a subset of the API anyway.