Gabriel Grant

Results 65 comments of Gabriel Grant

Curious for an update on this -- iiuc the plan had originally been to do this post 1.0 beta, right? But imagine it got pushed back to accommodate the changes...

Moving from discord... Would love to dive a bit more into what would be needed to add JSON schema support to see if that might be something I could undertake...

iiuc @sinclairzx81 correctly, it sounds like plugging into the TypeBox ecosystem entails exporting a [`TypeBoxModel`](https://github.com/sinclairzx81/typebox-workbench/blob/657ebb30cc70f154f49c342caa2ad057cc787b61/src/codegen/model/model.ts#L29), which describes the types and constraints using [`TSchema`](https://github.com/sinclairzx81/typebox/blob/master/src/typebox.ts#L160C22-L160C22) This would open up JSON Schema creation,...

Yes, to be clear, I'm wondering if an easier (and more flexible) path forward might be to generate a `TypeBoxModel` representation, and use that to generate JSONSchema (and other transpilation...

Yes, that makes sense that you wouldn't want to pull TypeBox in to the core for a long-term solution Mostly was wondering if you have any pointers for where to...