OpenQuizz
Une application de gestion des contenus pédagogiques
jsonschema Namespace Reference

Namespaces

 __main__
 
 _format
 
 _legacy_validators
 
 _reflect
 
 _types
 
 _utils
 
 _validators
 
 benchmarks
 
 cli
 
 compat
 
 exceptions
 
 tests
 
 validators
 

Detailed Description

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.