ehn-dcc-development / eu-dcc-schema

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

test-results.json vs test-result.json #71

Closed miguelzapaton closed 3 years ago

miguelzapaton commented 3 years ago

Dear DGC Schema Team,

During my JSON validation experiments I've found a little inconsistency:

In the following JSON Schema:

https://github.com/ehn-digital-green-development/ehn-dgc-schema/blob/main/DGC.ValueSets.schema.json

test-results.json is referenced:

    "test-result": {
      "description": "EU eHealthNetwork: Value Sets for Digital Green Certificates. version 1.0, 2021-04-16, section 2.9",
      "type": "string",
      "valueset-uri": "valuesets/test-results.json"
    },

However the file is called test-result.json

https://github.com/ehn-digital-green-development/ehn-dgc-schema/blob/main/valuesets/test-result.json

So I would propose either renaming the file or updating the reference.

Miguel

jschlyter commented 3 years ago

Fixed in next release