Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Point properly to release version 1.3.3 (=not yet released!).
Browse files Browse the repository at this point in the history
  • Loading branch information
dslmeinte committed Mar 31, 2023
1 parent d218d2b commit 0b8b6fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ We use [JSON Schema 2020-12](https://json-schema.org/specification.html) to defi

For files which have a different schema - such as `vaccine-encoding-instructions` - the validator supports the definition of a custom schema. By convention these schema files are named `<valueset-file-name>.schema.json` and are stored in `./schema`. So for `vaccine-encoding-instructions.json` the schema `vaccine-encoding-instructions.schema.json` is used.

The validator also checks whether the set of actual valuesets coincides with the set expected by the [EU DCC Schema standard](https://github.com/ehn-dcc-development/eu-dcc-schema/blob/release/1.3.2/DCC.ValueSets.schema.json).
The validator also checks whether the set of actual valuesets coincides with the set expected by the [EU DCC Schema standard](https://github.com/ehn-dcc-development/eu-dcc-schema/blob/release/1.3.3/DCC.ValueSets.schema.json).
The exact GitHub reference - being a (release) tag, or branch - is configured through the `EU_DCC_SCHEMA_REF` constant defined in [this config file](./schemas/config.js).
This constant needs to be updated when a new release of the EU DCC Schema is released, or while being worked on.

Expand Down
7 changes: 1 addition & 6 deletions schemas/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
// module.exports.EU_DCC_SCHEMA_REF = "release/1.3.2";

// to verify that the 1.3.3 version of the EU DCC Schema will work:
module.exports.EU_DCC_SCHEMA_REF = "feature/vaccine-encoding-instructions-valueset";
// FIXME remove and uncomment 1st line before merging

module.exports.EU_DCC_SCHEMA_REF = "release/1.3.3";

0 comments on commit 0b8b6fb

Please sign in to comment.