Description
JSON Schema is an increasingly popular, cross-language specification for schematization of JSON documents. It represents schema constraints on a JSON document as a JSON document, in a flexible validation language. We'll investigate some simple (and not so simple) examples of data validation using the jsonschema Python package, which implements the specification.