Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit b968379

Browse files
authored
fix: healthcert typo (#17)
1 parent 51ce913 commit b968379

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/sg/gov/moh/fhir/4.0.1/schema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Ajv from "ajv";
22
import schema from "./schema.json";
33
import draft06 from "../../../../../draft-06-schema.json";
44
import covidcert from "./covidcert.json";
5-
import healthcert from "./healtcert.json";
5+
import healthcert from "./healthcert.json";
66
import axios from "axios";
77

88
function loadSchema(uri: string) {

src/sg/gov/moh/healthcert/1.0/healthcert-notarised-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://schemata.openattestation.com/sg/gov/moh/healthcert/1.0/healtcert-notarised-schema",
2+
"$id": "https://schemata.openattestation.com/sg/gov/moh/healthcert/1.0/healthcert-notarised-schema",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"type": "object",
55
"allOf": [

src/sg/gov/moh/healthcert/1.0/healthcert-open-attestation-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://schemata.openattestation.com/sg/gov/moh/healthcert/1.0/healtcert-open-attestation-schema",
2+
"$id": "https://schemata.openattestation.com/sg/gov/moh/healthcert/1.0/healthcert-open-attestation-schema",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"type": "object",
55
"allOf": [

0 commit comments

Comments
 (0)