bcherny/json-schema-to-typescript

Allow for deduplication

Bluscream opened this issue · 1 comments

I have a bunch of schemas for different responses from a API: https://github.com/Bluscream/grayjay-source-pietsmietde/tree/master/schemas/pietsmiet.de
And i would like to be able to convert them to .d.ts files, but the problem is that some of them include duplicates (a type being used by multiple responses and therefor in multiple

Dup of #258