Extending validators with custom callables not associated with specific properties #1288
Unanswered
tate-song-ai
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
-
Hi,
It appears that to extend a validator class, one must pass in a mapping from schema property names to callables with custom validation logic. What if the callable I want to inject isn't associated with a singular schema property and must always run regardless of what schema properties exist?
Beta Was this translation helpful? Give feedback.
All reactions