How to set the nullable parameter in the JSONRequestBodyValidator or a custom validator? #1892
Unanswered
glockenbach
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Its possible to register custom request/response validators.
The implementation provides a default validator which is constructed with a
nullableand arequiredargument. I can change therequiredby defining the property in the specification but how can thenullableargument be changed?connexion/connexion/validators/json.py
Lines 30 to 31 in 994f53f
Beta Was this translation helpful? Give feedback.
All reactions