Schemas
Schemas are classes that define how input data should be serialized / deserialized, and validated. Schemas are usually used when processing web requests containing form data or pre-defined payloads.
Guides
📄️ Introduction
Learn how to define schemas and use them in handlers.
📄️ Validations
Learn how to validate data with schemas.