Stream: social
Topic: JSON Schema creation
Ben Hutton (Feb 23 2022 at 09:38):
Hello all. I'm curious, how is the huge "full" JSON Schema for FHIR compiled?
I assume it's not manual and there is some code that does the job, but I can't locate it.
I'm curious because I'm writing an article about JSON Schema and doing some fact checking.
Grahame Grieve (Feb 23 2022 at 11:17):
java class org.hl7.fhir.definitions.generators.specification.json.SchemaGenerator
Ben Hutton (Feb 23 2022 at 12:01):
Thanks Grahame!
Last updated: Apr 12 2022 at 19:14 UTC