ehn-dcc-development / eu-dcc-schema

Schema for the ehn DCC payload
Apache License 2.0
165 stars 59 forks source link

Align valuesets schema with valuesets #150

Closed dslmeinte closed 1 year ago

dslmeinte commented 1 year ago

Currently, https://github.com/ehn-dcc-development/eu-dcc-schema/blob/release/1.3.2/DCC.ValueSets.schema.json is not in sync with the valuesets in their repo.

Make that alignment happen in such a way that there's a sensible automated check.

dslmeinte commented 1 year ago

It's probably easiest to implement an automated check in the valuesets repo that checks the DCC.ValueSets.schema.json file (obtained using curl ⇒ think of how to pick the right branch/tag/commit) whether the set of all valuesets in the valuesets repo exactly matches the set of valuesets specified in this schema repo.

dslmeinte commented 1 year ago

Moved the automation part to the valuesets repo - kept this one to do the actual alignment.

dslmeinte commented 1 year ago

=subject of PR #153

dslmeinte commented 1 year ago

Closed by merging PR #153