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
All references are resolved.
The router only needs to know the following:
Resolving references outside of this adds unnecessary workload.
Only resolve necessary references:
A common misconception is that $ref is allowed anywhere in an OpenAPI specification file. Actually $ref is only allowed in places where the OpenAPI 3.0 Specification explicitly states that the value may be a reference.
Below is a list of what I can confirm is the OpenAPI 3.0 Specification has explicitly stated can be a reference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behaviour
All references are resolved.
Issue
The router only needs to know the following:
Resolving references outside of this adds unnecessary workload.
Desired Behaviour
Only resolve necessary references:
What can be a Reference?
A common misconception is that $ref is allowed anywhere in an OpenAPI specification file. Actually $ref is only allowed in places where the OpenAPI 3.0 Specification explicitly states that the value may be a reference.
Below is a list of what I can confirm is the OpenAPI 3.0 Specification has explicitly stated can be a reference.
The text was updated successfully, but these errors were encountered: