cypress-io / schema-tools

Validate, sanitize and document JSON schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert JSON schemas to TypeScript automatically

bahmutov opened this issue · comments

Investigate if https://www.npmjs.com/package/json-schema-to-typescript can do this accurately for us

Just as a general comment, I've been using json-schema-to-typescript for a few months without any complaints so far, except that sometimes I don't understand how it chooses the interface names which it emits.