Description
Validates Python data structures using declarative schemas. It helps applications check configuration, API input, forms, and nested values before later code assumes the data is shaped correctly.
Developers use it as a validation library. Validation schemas should include clear error messages and be paired with business rules and permission checks specific to the application.