Skip to main content
This guide covers advanced aspects of working with Orionjs schemas, including composition, inheritance, and complex validation.

Schema Composition

You can compose schemas together to create more complex structures:

Arrays of Complex Types

Working with arrays of objects:

Conditional Validation

You can implement conditional validation based on other field values:

Custom Types with Transformation

Creating a custom type with validation and transformation: