openapi-comment-parser
openapi-comment-parser copied to clipboard
Add `e.g.` to describe an example for the value
Append e.g. value to the end of the description to define an example value for the parameter.
This is useful for required parameters that you want to provide an example value.
/**
* @queryParam {integer} id - The user id to search for. e.g. 20
*/
published under oa-parser on npm