Description
Validate JSON data against JSON Schema rules quickly from Python applications. It helps APIs, configuration loaders, and data pipelines reject malformed structured data before it is used.
This is a validation library, not a complete security layer. Schemas should be reviewed carefully, because missing constraints can still allow unsafe or incorrect values through.