Can a user defined keyword modify the validated data? #2550
Unanswered
segevfiner
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.
-
I want to add a keyword that allows overriding values based on environment variable names that are defined in the schema, e.g.
But I'm not sure if that is possible or how to achieve this. It seems that
validate
based used defined keywords won't work with standalone code generation? So I'd rather use codegen, but can a codegen keyword even modify the data?Beta Was this translation helpful? Give feedback.
All reactions