You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way to scan the entire code and generate all the JSON Schema files.
In fact, it is not possible to automatically collect them because there are no attributes defined that indicate which structure is the root of the JsonSchema.
This is a super cool library and I'm very excited to work with it.
I'm struggling to understand or find a clever way on how to integrate this into my repo structurally.
Ideally I run either a cli command i.e.
schemars generate -o ./schemas/my-schema.json
Does this exist? How are people actually integrating this library?
Docs about this part would be great, happy to contribute if needed!
The text was updated successfully, but these errors were encountered: