json-schema-to-typescript
json-schema-to-typescript copied to clipboard
Input url
adds the option to use an url as input to the CLI
- uses
validator.isURL()
to test if the input is a valid fully qualified URL. - uses
axios
to fetch the schema.
Note that this includes the changes made by #384 , as I could not run tests otherwise. That also means failing tests are expected.