OpenQuizz
Une application de gestion des contenus pédagogiques
|
Namespaces | |
__main__ | |
_format | |
_legacy_validators | |
_reflect | |
_types | |
_utils | |
_validators | |
benchmarks | |
cli | |
compat | |
exceptions | |
tests | |
validators | |
An implementation of JSON Schema for Python The main functionality is provided by the validator classes for each of the supported JSON Schema versions. Most commonly, `validate` is the quickest way to simply validate a given instance under a schema, and will create a validator for you.