This is the index of the documentation.
-
- What's a Validator?
- First examples
-
- What are validation errors?
- How to handle validation errors
- Example for a simple REST API
-
- Overview of built-in validator classes
- Examples for most validators
-
- Lists
- Dictionaries
- Nested validation errors
-
- What are dataclasses and how to use them for validation?
- The
DataclassValidator
- The
@validataclass
decorator andvalidataclass_field()
- Defining field defaults
- Dataclass post-validation
- Example with nested dataclasses
-
- (To be written...)