Closed ecxyzzy closed 1 week ago
Currently the attributes in the prerequisite tree object's OpenAPI spec are typed as any[]. This is because hono-zod-openapi doesn't support ZodLazy, which is necessary for self-referential datatypes like the prerequisite tree.
any[]
ZodLazy
Currently the attributes in the prerequisite tree object's OpenAPI spec are typed as
any[]
. This is because hono-zod-openapi doesn't supportZodLazy
, which is necessary for self-referential datatypes like the prerequisite tree.