-
Notifications
You must be signed in to change notification settings - Fork 88
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
Problem with case-sensitive filesystem #40
Comments
BTW, I'm not sure why, but when I installed this library with pip I got a version tagged as 0.9.1, but the version number in this repo is only 0.9.0, which seems. strange. |
It looks like the problem is created by downcasing the name of the component here:
I'm not sure why this was done, though. Or, if it was done, why the reference in the emitted file wasn't also downcased. |
Hit same issue lowercase of file names that don't match the referecend types in camelCase |
This seems a duplicates of #20 |
I was running openapi2yaml on MacOS, and it generates files such as "query.json" for a component "Query" entity. But then it emits a reference form like
"$ref": "Query.json"
which causes problems with de-referencing.Also, when I try to build a standalone JSON schema, I conjecture that this causes a problem. I see output like this:
The text was updated successfully, but these errors were encountered: