[fix] output:other/jsonschema

This commit is contained in:
Christian Fraß 2025-09-22 20:39:31 +02:00
parent 8b121af099
commit 324d48b9f6

View file

@ -98,6 +98,6 @@ _sindri.add_output(
_sindri.enum_realm.other, _sindri.enum_realm.other,
"jsonschema", "jsonschema",
{ {
"render": (x) => Promise.resolve<string>(_sindri.outputs.backend.typescript.render(x)), "render": (x) => Promise.resolve<string>(_sindri.outputs.other.jsonschema.render(x)),
} }
); );