---
title: "Spacing Control Schema"
description: "Value schema for spacing control type"
canonical: "https://academy.bricksbuilder.io/developer/schema/controls/spacing/"
markdownUrl: "https://academy.bricksbuilder.io/developer/schema/controls/spacing.md"
pageType: "article"
section: "developer"
category: "schema"
lastmod: "2026-05-21T13:58:32.000Z"
---
import SchemaJson from '../../../../../components/SchemaJson.astro'

<SchemaJson path="controls/spacing.json" />

## Properties

| Property | Type | Description |
|---|---|---|
| `top` | string | Top spacing value with unit |
| `right` | string | Right spacing value with unit |
| `bottom` | string | Bottom spacing value with unit |
| `left` | string | Left spacing value with unit |