# Schema types

Discover the different types available to structure your content.

> **Looking for something specific?**
>
> Use the search bar at the top of the page or press `/` to quickly search through the documentation.

Use the summary below to quickly jump to a specific topic:

- [Boolean schema](/reference/content/schema/types/boolean): Learn how to define schemas for boolean values.
- [Number schema](/reference/content/schema/types/number): Learn how to define numeric values.
- [Text schema](/reference/content/schema/types/text): Learn how to define schemas for textual values.
- [File schema](/reference/content/schema/types/file): Learn how to define schemas for uploaded files.
- [List schema](/reference/content/schema/types/list): Learn how to define schemas for lists.
- [Structure schema](/reference/content/schema/types/structure): Learn how to define schemas for structured data.
- [Union schema](/reference/content/schema/types/union): Learn how to combine multiple schemas into one.
- [Reference schema](/reference/content/schema/types/reference): Learn how to define references to other schemas.
