From b9683799e33ba9620865c6e464a990b1c19f999a Mon Sep 17 00:00:00 2001 From: Kyle Huang Junyuan Date: Tue, 18 May 2021 14:29:13 +0800 Subject: [PATCH] fix: healthcert typo (#17) --- src/sg/gov/moh/fhir/4.0.1/{healtcert.json => healthcert.json} | 0 src/sg/gov/moh/fhir/4.0.1/schema.test.ts | 2 +- src/sg/gov/moh/healthcert/1.0/healthcert-notarised-schema.json | 2 +- .../moh/healthcert/1.0/healthcert-open-attestation-schema.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/sg/gov/moh/fhir/4.0.1/{healtcert.json => healthcert.json} (100%) diff --git a/src/sg/gov/moh/fhir/4.0.1/healtcert.json b/src/sg/gov/moh/fhir/4.0.1/healthcert.json similarity index 100% rename from src/sg/gov/moh/fhir/4.0.1/healtcert.json rename to src/sg/gov/moh/fhir/4.0.1/healthcert.json diff --git a/src/sg/gov/moh/fhir/4.0.1/schema.test.ts b/src/sg/gov/moh/fhir/4.0.1/schema.test.ts index 24f171d..85e085d 100644 --- a/src/sg/gov/moh/fhir/4.0.1/schema.test.ts +++ b/src/sg/gov/moh/fhir/4.0.1/schema.test.ts @@ -2,7 +2,7 @@ import Ajv from "ajv"; import schema from "./schema.json"; import draft06 from "../../../../../draft-06-schema.json"; import covidcert from "./covidcert.json"; -import healthcert from "./healtcert.json"; +import healthcert from "./healthcert.json"; import axios from "axios"; function loadSchema(uri: string) { diff --git a/src/sg/gov/moh/healthcert/1.0/healthcert-notarised-schema.json b/src/sg/gov/moh/healthcert/1.0/healthcert-notarised-schema.json index b93c657..3c1371a 100644 --- a/src/sg/gov/moh/healthcert/1.0/healthcert-notarised-schema.json +++ b/src/sg/gov/moh/healthcert/1.0/healthcert-notarised-schema.json @@ -1,5 +1,5 @@ { - "$id": "https://schemata.openattestation.com/sg/gov/moh/healthcert/1.0/healtcert-notarised-schema", + "$id": "https://schemata.openattestation.com/sg/gov/moh/healthcert/1.0/healthcert-notarised-schema", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "allOf": [ diff --git a/src/sg/gov/moh/healthcert/1.0/healthcert-open-attestation-schema.json b/src/sg/gov/moh/healthcert/1.0/healthcert-open-attestation-schema.json index cda6ddd..b778b45 100644 --- a/src/sg/gov/moh/healthcert/1.0/healthcert-open-attestation-schema.json +++ b/src/sg/gov/moh/healthcert/1.0/healthcert-open-attestation-schema.json @@ -1,5 +1,5 @@ { - "$id": "https://schemata.openattestation.com/sg/gov/moh/healthcert/1.0/healtcert-open-attestation-schema", + "$id": "https://schemata.openattestation.com/sg/gov/moh/healthcert/1.0/healthcert-open-attestation-schema", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "allOf": [