deep-foundation / dev

Monorepository with gitmodules for easy development of the entire project in one place.
https://discord.gg/deep-foundation
The Unlicense
20 stars 18 forks source link

JSONSchema to types converter #179

Open FreePhoenix888 opened 1 year ago

FreePhoenix888 commented 1 year ago

Turns jsonschema into types :) Conventionally, there is a schematic from GitHub (in their api). It will be possible with the help of this package to create the type issue and all the data given to it into types There can be many types/relationships. And doing it manually takes a long time. Especially if you try to do it for all GitHub apis. And json-schema + object-to-links converter will be very useful object-to-types will not help here because not always all data can be in an object, some fields are optional. and json schema has information about each field, whether it is optional or not, and so on

FreePhoenix888 commented 1 year ago

https://github.com/FreePhoenix888/jsonschema-to-types-async-converter