diff --git a/source/outputs/other/jsonschema/logic.ts b/source/outputs/other/jsonschema/logic.ts index 98f8d23..d36eca5 100644 --- a/source/outputs/other/jsonschema/logic.ts +++ b/source/outputs/other/jsonschema/logic.ts @@ -98,6 +98,6 @@ _sindri.add_output( _sindri.enum_realm.other, "jsonschema", { - "render": (x) => Promise.resolve(_sindri.outputs.backend.typescript.render(x)), + "render": (x) => Promise.resolve(_sindri.outputs.other.jsonschema.render(x)), } );