From 9b564f0b73d099d40c79517213211ba81b3312c6 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 20 May 2025 11:11:06 -0400 Subject: tool meta --- js/src/bus/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/bus') diff --git a/js/src/bus/index.ts b/js/src/bus/index.ts index f320aeef3..0064c0a7e 100644 --- a/js/src/bus/index.ts +++ b/js/src/bus/index.ts @@ -33,7 +33,7 @@ export namespace Bus { export function specs() { const children = {} as any; for (const [type, def] of registry.entries()) { - children[def.type] = def.properties; + children["event." + def.type] = def.properties; } const result = z.toJSONSchema(z.object(children)) as any; result.definitions = result.properties; -- cgit v1.2.3