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
Spectral VScode version 0.2.4 and spectral 5.6.0
Is not flagging an issue when a designer forgets to include a schema for a path parameter and enters type directly:
/required-actions/{actionId}: put: description: 'The description' operationId: updateRequiredActionById tags: - Required-Actions parameters: - name: alias in: path type: string required: true example: 'VERIFY_EMAIL' - name: default in: path type: boolean required: true example: false
To Reproduce
Given the above OAS, lint the definition and no error will be raised
Expected behaviour type is flagged as an invalid additional property
Additional context SwaggerHub is now able to notice this but spectral was not :-(
The text was updated successfully, but these errors were encountered:
Hey! I'm sorry for keeping you waiting. Happy to inform that the PR addressing the issue has just been opened.
Sorry, something went wrong.
P0lip
Successfully merging a pull request may close this issue.
Spectral VScode version 0.2.4 and spectral 5.6.0
Is not flagging an issue when a designer forgets to include a schema for a path parameter and enters type directly:
To Reproduce
Given the above OAS, lint the definition and no error will be raised
Expected behaviour
type is flagged as an invalid additional property
Additional context
SwaggerHub is now able to notice this but spectral was not :-(
The text was updated successfully, but these errors were encountered: