-
Notifications
You must be signed in to change notification settings - Fork 196
feat: add a rule to validate OAS3.2 tag parents #2363
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
Conversation
🦋 Changeset detectedLatest commit: 0fec0c6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
| describe('Oas3 no-server-variables-empty-enum', () => { | ||
| it('should report on server object with empty enum and unknown enum value', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the naming
|
@adamaltman need your input on rule name. |
b4f28f0 to
1b18b92
Compare
What/Why/How?
Added a new rule for validating tags parents in OpenAPI 3.2 specification.
spec-no-invalid-tag-parentserrorwarnerrorReference
Resolves #2342
Related: #2316
Related changes: #2367
Testing
Screenshots (optional)
Check yourself
Security