-
Notifications
You must be signed in to change notification settings - Fork 29
feat: adds description field to overlay info object #233
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
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
|
Please add a description to the pull request. What benefit does this change have, why would we do it? |
|
@lornajane sorry, CLI monkey here. Updated the original comment. Let me know if you have any additional comments or questions. |
mikekistler
left a comment
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. 👍
Seems like a useful addition to me.
lornajane
left a comment
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.
Nice, we're already using it 😆
|
Also Vincent if you can't write a pull request description from the command line then you need to see me after class! |
This pull request adds a description field to the info object.
While working on implementing additional tests in clio, I discovered that one of the compliant tests was actually non compliant with the specification (see #232).
Having a description field in the info object aligns with the OpenAPI specification and seems to be desirable given we (spec authors) already "started using this field".
While chatting this over with @ralfhandl I originally suggested to also add a summary field to align with OpenAPI further. He was not sold on the idea. Happy either way based on the feedback here. Let me know and I'll add this other field as well to the pull request.