-
Notifications
You must be signed in to change notification settings - Fork 22
Update ReadMe file with missing refactor plugins in apidom-ns-openapi-3-1 #5027
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
base: main
Are you sure you want to change the base?
Update ReadMe file with missing refactor plugins in apidom-ns-openapi-3-1 #5027
Conversation
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.
Let's maybe let others weigh in if some of these things sound better or not.
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.
Looks good, just found some typos in the code.
9e28615
to
9cc6a6f
Compare
9cc6a6f
to
fbf3c76
Compare
// { | ||
// in: 'query', | ||
// name: 'idempotent', | ||
// schema: { type: 'number', examples: [ 2 ] }, |
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.
nit:
// schema: { type: 'number', examples: [ 2 ] }, | |
// schema: { type: 'number', examples: [2] }, |
This PR updates the README file of apidom-ns-openapi-3-1 package with documentation of
normalize-discriminator-mapping (POC)
,normalize-parameter-examples
andnormalize-header-examples
.#OSS-10
Screenshots (if appropriate):
Checklist
My PR contains...
src/
is unmodified: changes to documentation, CI, metadata, etc.)package.json
)My changes...
Documentation
Automated tests