Description
JSON Schema (http://json-schema.org/) 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 (https://pypi.python.org/pypi/jsonschema), which implements the specification.
Slides available here: http://il.pycon.org/2016/static/sessions/julian-berman.pdf