-
-
Notifications
You must be signed in to change notification settings - Fork 611
Running async procedure in custom validator #499
Copy link
Copy link
Closed
Description
Hi,
I'm using jsonschema for a while... Going deeper in schema validation I figured out that I can define my own validation procedures.(Thanks Radek Lat for his nice article)
So one of the feature I'd like to use is the custom validators. However (in my use case), it would be useful only if I can run asynchronous task. Furthermore I'm running validation from a coroutine.
So here is my question: How can I execute async calls in a custom validator ? Does the generator can help me ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels