Skip to content

Commit

Permalink
fix: healthcert typo (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
HJunyuan authored May 18, 2021
1 parent 51ce913 commit b968379
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/sg/gov/moh/fhir/4.0.1/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit b968379

Please sign in to comment.