sdmx-twg / sdmx-json

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

Proposal to make Sender Metadata Field optional #126

Open hoehrmann opened 8 months ago

hoehrmann commented 8 months ago

This comment proposes revising the SDMX-JSON specification to make the sender metadata fields within the message header optional.

Currently it is required and needs only an id field which can be any string. I have seen various examples »in the wild« with those fields containing placeholder values.

Rationale:

Proposed Change:

Update the SDMX-JSON specification to mark the sender field within the message header as optional.

For compatibility with other serialization formats, SDMX-JSON could specify that if the field is omitted, some pre-defined standard value can be assumed for the id field.

I believe this revision would strengthen the SDMX-JSON format by promoting broader adoption, streamlining development processes, and optimizing data exchange.

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