glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.77k stars 1.04k forks source link

Enable JSON Schema multi file output #2526

Open kmturley opened 4 months ago

kmturley commented 4 months ago

This PR adds support for json schema multi file output.

Without multi-file-output option:

Screenshot 2024-03-03 at 10 38 34 PM

With multi-file-output option:

Screenshot 2024-03-03 at 10 39 20 PM

Tested with this repo: https://github.com/kmturley/quicktype-typescript-input-demo

Replacing the packages/quicktype-core/dist/language/JSONSchema.js file with the compiled file from this PR