From 4cc8f84593da01d835238ce41b36cc1b8853511c Mon Sep 17 00:00:00 2001 From: Sheng Hau Date: Wed, 5 May 2021 11:33:28 +0800 Subject: [PATCH] Change schema $id to match the actual URLs - the mismatch seems to have caused validators to error out --- src/sg/gov/moh/fhir/4.0.1/fhir-open-attestation-schema.json | 2 +- src/sg/gov/moh/fhir/4.0.1/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sg/gov/moh/fhir/4.0.1/fhir-open-attestation-schema.json b/src/sg/gov/moh/fhir/4.0.1/fhir-open-attestation-schema.json index 49fa10c..3c3cef3 100644 --- a/src/sg/gov/moh/fhir/4.0.1/fhir-open-attestation-schema.json +++ b/src/sg/gov/moh/fhir/4.0.1/fhir-open-attestation-schema.json @@ -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": [ diff --git a/src/sg/gov/moh/fhir/4.0.1/schema.json b/src/sg/gov/moh/fhir/4.0.1/schema.json index 80172ae..0a7bf6c 100644 --- a/src/sg/gov/moh/fhir/4.0.1/schema.json +++ b/src/sg/gov/moh/fhir/4.0.1/schema.json @@ -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": {