Skip to content

Commit

Permalink
Change schema $id to match the actual URLs
Browse files Browse the repository at this point in the history
- the mismatch seems to have caused validators to error out
  • Loading branch information
shioju authored and Nebulis committed May 5, 2021
1 parent 6d305c5 commit 4cc8f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemata.openattestation.com/sg/gov/moh/fhir/4.0.1/fhir-open-attestation-schema",
"$id": "https://schemata.openattestation.com/sg/gov/moh/fhir/4.0.1/fhir-open-attestation-schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion src/sg/gov/moh/fhir/4.0.1/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "https://schemata.openattestation.com/sg/gov/moh/fhir/4.0.1",
"$id": "https://schemata.openattestation.com/sg/gov/moh/fhir/4.0.1/schema.json",
"id": "http://hl7.org/fhir/json-schema/4.0",
"description": "see http://hl7.org/fhir/json.html#schema for information about the FHIR Json Schemas",
"discriminator": {
Expand Down

0 comments on commit 4cc8f84

Please sign in to comment.