-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: reorganisation and create vaccination schema (#25)
* refactor: cleanup unused samples * feat: create vaccination healthcert schema * refactor: remove unused files * fix: update render-able samples * fix: validFrom should be date-time * refactor: rename to pdt-healthcert * fix: post-install script * fix: export generated pdt and vaccination types * fix: rename url paths * refactor: notarised to endorsed * fix: resolve merge conflicts with master * fix: remove old healthcert path
- Loading branch information
Showing
26 changed files
with
2 additions
and
4,878 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
import * as geekout from "./__generated__/sg/gov/tech/geekout/1.0/schema"; | ||
import * as notarise from "./__generated__/sg/gov/tech/notarise/1.0/schema"; | ||
import * as healthcert from "./__generated__/sg/gov/moh/healthcert/1.0/schema"; | ||
import * as pdtHealthcert from "./__generated__/sg/gov/moh/pdt-healthcert/1.0/schema"; | ||
import * as vaccinationHealthcert from "./__generated__/sg/gov/moh/healthcert/1.0/schema"; | ||
import * as vaccinationHealthcert from "./__generated__/sg/gov/moh/vaccination-healthcert/1.0/schema"; | ||
|
||
export { geekout, notarise, healthcert, pdtHealthcert, vaccinationHealthcert }; | ||
export { geekout, notarise, pdtHealthcert, vaccinationHealthcert }; |
This file was deleted.
Oops, something went wrong.
254 changes: 0 additions & 254 deletions
254
src/sg/gov/moh/fhir/4.0.1/fhir-open-attestation-document.json
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
src/sg/gov/moh/fhir/4.0.1/fhir-open-attestation-schema.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.