JSON Schema Multi-Generator - Generate one JSON Schema from multiple samples
byā¢
Hey hunters š I'm Pasindu, the maker.
Most JSON Schema generators use one sample and assume every field is required and every type fixed ā almost never true for real APIs. Paste 2ā5 real samples and this merges them: missing fields become optional, mixed types become nullable unions. A schema that matches reality, not one lucky response.
100% client-side, no signup, free. Part of jsondevtools.org.
Feedback on the merge logic welcome ā what JSON pain should I solve next?
Replies