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
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