-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(ls): provide OpenAPI 3.1.0 lint rules for Security Scheme object #2192
Conversation
@char0n I'm not seeing the difference between the OAS3.0 and OAS3.1 specs of why there needs to be separate |
packages/apidom-ls/src/config/openapi/security-scheme/lint/type--equals-3-0.ts
Show resolved
Hide resolved
You can find the answer here: d476aef#r87246050 |
packages/apidom-ls/src/config/openapi/security-scheme/lint/allowed-fields-3-1.ts
Outdated
Show resolved
Hide resolved
packages/apidom-ls/src/config/openapi/security-scheme/lint/allowed-fields-3-1.ts
Show resolved
Hide resolved
Interesting read, a lot of backstory going back quite a ways there. 😄 |
Description
targetSpecs
for OAS3.0.x/openapi/security-scheme/lint/type--equals-3-0.ts
Motivation and Context
Ref: #2061
Ref: #2062
How Has This Been Tested?
Screenshots (if appropriate):
Checklist
My PR contains...
src/
is unmodified: changes to documentation, CI, metadata, etc.)package.json
)My changes...
Documentation
Automated tests