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
Example Swagger/OpenAPI definition:
openapi: 3.1.0 info: title: deref version: 1.0.0 servers: - description: local url: http://localhost:8082/ paths: /a: get: operationId: aget parameters: - $ref: '#/components/parameters/userId' post: operationId: apost /b: get: operationId: bget parameters: - $ref: '#/components/parameters/userId' post: operationId: bpost requestBody: content: application/json: schema: $ref: '#/components/schemas/foo' components: schemas: foo: type: string bar: $id: http://localhost:8082/ type: string parameters: userId: $ref: '#/components/parameters/indirection1' description: override indirection1: $ref: '#/components/parameters/indirection2' summary: indirect summary indirection2: $ref: '#/components/parameters/userIdRef' summary: indirect summary userIdRef: name: userId in: query description: ID of the user required: true externalRef: $ref: ./ex.json#/externalParameter description: another ref
Following lint errors are triggered:
No errors displayed
The text was updated successfully, but these errors were encountered:
fix(ls): fix validation for indirected local references
659ece4
CLoses swagger-api/swagger-editor/issues/3626
75ce359
Closes swagger-api/swagger-editor/issues/3626
60f9215
frantuma
Successfully merging a pull request may close this issue.
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
Following lint errors are triggered:
Expected behavior
No errors displayed
Screenshots
Additional context or thoughts
The text was updated successfully, but these errors were encountered: