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
-
Its possible to register custom request/response validators.
The implementation provides a default validator which is constructed with a
nullable
and arequired
argument. I can change therequired
by defining the property in the specification but how can thenullable
argument be changed?connexion/connexion/validators/json.py
Lines 30 to 31 in 994f53f
Beta Was this translation helpful? Give feedback.
All reactions