public JsonSchemaGenerator()

in schema-induction/src/main/java/aws/json/schema/induction/JsonSchemaGenerator.java [16:23]


    public JsonSchemaGenerator() {
        try {
            schema = getJsonSchemaFromClasspath("fhir.schema.json");

        } catch (Exception e) {
            throw new RuntimeException(e);
        }
    }