-
-
Notifications
You must be signed in to change notification settings - Fork 222
allowEmptyValue flag is ignored #190
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
Comments
@AlekseyMko thanks for the issue. this certainly needs to be added |
FYI: OpenAPI spec describes this as not recommended and likely to be removed.
|
openapi notes that The default should be |
@AlekseyMko this is fixed in v3.5.0. |
Uh oh!
There was an error while loading. Please reload this page.
Hello, looks like
allowEmptyValue
flag is not validatedyuml snippet:
request url:
/api/storyInfo?storyId
or/api/storyInfo?storyId=
AR: Validator accepted the query, the handler was called
ER Validator should throw an error
The text was updated successfully, but these errors were encountered: