-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local file reference does not appear to be working. #50
Comments
Thanks for reporting this. I've never used this tool with TypeScript so I cannot guarantee anything. In this repo, there's not too much logic. It's mostly in this file: https://github.com/oprogramador/json-schema-faker-cli/blob/master/app/generate.js So I don't believe that your error is caused by anything in this repo. What do you mean by Moreover, please double-check that all the required files exist, with exactly the expected file names (case sensitive), and that you run your command from the right directory. |
It has nothing to do with the TS I think. I have the schema separated into several definitions and reference them using relative paths but getting the error
|
I tried to use this with a JSON that contains local references which resolve using json-to-typescript
But I get
I verified that
./XXXXStudent.schema.json
exists in the same folder.The text was updated successfully, but these errors were encountered: