Welcome to dschema’s documentation!

API Documentation

About

dschema is a small library for validating the content of python dictionary objects against a schema.

The schema can be defined in code or entirely as text (parsed from JSON generally)

dschema was made for validating config files written in JSON, and allows for specifying required and default property values, and also custom type validation.

Indices and tables