From 324d48b9f6c7a0dfec1d2965fa5d062374ca18d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 22 Sep 2025 20:39:31 +0200 Subject: [PATCH] [fix] output:other/jsonschema --- source/outputs/other/jsonschema/logic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)), } );