@example value get ignored when there is more than one word
See original GitHub issueI’m submitting a…
[ ] Regression
[x ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
When I set this in dto file, swagger docs prints string
/**
* Error message
* @example 'Bad Request'
*/
But when I change it to 'BadRequest'
it is ok. Also in array type:
/**
* List of error messages
* @example ["email must be an email"]
*/
message: Array<string>;
Expected behavior
To print the full string sentence instead of string
word.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to use 'if' to condition and ignore a word in a particular ...
Why bother with contains first? Just do: String item = "This is just a Text"; System.out.println(item.replace("Text", "")); If it doesn't ...
Read more >Synonyms of ignore - Merriam-Webster Thesaurus
Synonyms for IGNORE: forget, disregard, neglect, overlook, miss, reject, bypass, omit; ... one can't ignore the fact that it seriously distorts history.
Read more >How to Grep for Multiple Strings, Patterns or Words
Use grep to search for multiple patterns or words in a file by following examples in this guide. The grep tool is one...
Read more >ALL function (DAX) - Microsoft Learn
Returns all the rows in a table, or all the values in a column, ignoring any filters that might have been applied. This...
Read more >Excel: If cell contains formula examples - Ablebits
If a cell contains at least one of the specified substrings, there will be TRUE in the array. The double unary operator (--)...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for reporting. Just fixed. Please, install the latest version
@kamilmysliwiec Sorry, this issue is still there in array type. For example:
It shows
string
instead ofproperty test should not exist