---
canonical: https://amplience.com/developers/docs/schema-reference/schema-examples/partials/
title: Partials
description: See how partial schemas can help you reuse common structures, reduce duplication, and keep your content models easier to maintain.
audience: Developer
date_published: 2026-05-11
date_modified: 2026-05-11
---

# Partials

Partials let you define reusable schema fragments that can be included across multiple content types. They are a practical way to reduce duplication and keep schema design consistent as your content library grows.

This section introduces patterns for using partials to share common fields and structures across schemas.

## Why use partials

Partials are useful when you want to:

- Reuse common groups of fields
- Keep schema definitions easier to maintain
- Apply the same structure across several content types
- Standardize repeated patterns such as metadata, links, or shared content blocks

## Explore the examples

- [Simple partial](https://amplience.com/developers/docs/schema-reference/schema-examples/partials/simple-partial)
- [Various partials](https://amplience.com/developers/docs/schema-reference/schema-examples/partials/various-partials)

## Related pages

For related schema composition features, see:

- [JSON schema](https://amplience.com/developers/docs/schema-reference/json-schema)
- [Mixins](https://amplience.com/developers/docs/schema-reference/mixins)
- [Traits](https://amplience.com/developers/docs/schema-reference/traits)
