JSON Schema Validator

About

This package contains an implementation of JSON Schema validator.

Note

This project is just getting started. While the code relatively feature-complete, rather well tested and used in production daily the documentation is lacking.

Warning

This implementation was based on the second draft of the specification A third draft was published on the 22nd Nov 2010. This draft introduced several important changes that are not yet implemented.

Note

Only a subset of schema features are currently supported. Unsupported features are detected and raise a NotImplementedError when you call json_schema_validator.schema.Validator.validate()

See also

http://json-schema.org/ for details about the schema

Indices and tables

Table Of Contents

Next topic

Installation

This Page