We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following is a valid OpenAPI document. In openapi-typescript-code-generator, however, build error occurs. (demo in the playground)
openapi: 3.0.3 info: title: demo version: 1.0.0 paths: {} components: schemas: Consumer: type: object properties: provider: $ref: '#/components/schemas/Provider' Provider: type: integer
Build error occurs.
We don't need to care order.
The text was updated successfully, but these errors were encountered:
fix: unresolved reference
63eff08
close #7
fix: unresolved reference (#8)
07e0e6d
@KoharaKazuya Thank you! This fix is over.
Sorry, something went wrong.
Himenon
Successfully merging a pull request may close this issue.
Steps To Reproduce
The following is a valid OpenAPI document. In openapi-typescript-code-generator, however, build error occurs.
(demo in the playground)
The current behavior
Build error occurs.
The expected behavior
We don't need to care order.
The text was updated successfully, but these errors were encountered: