You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`JsonSchemeValidator`is automatically validate event payload with following json scheme you define. raise`ValidationError` exception if the validation fails.
`JsonSchemaValidator`is automatically validate event payload with following json schema you define. raise`ValidationError` exception if the validation fails.
481
485
482
486
```python
483
487
from jeffy.framework import get_app
484
-
from jeffy.validator.jsonschemeimportJsonSchemeValidator
488
+
from jeffy.validator.jsonschemaimportJsonSchemaValidator
0 commit comments