---
title: "Components Schema"
description: "Reference for the Bricks Components schema, including the exported structure and top-level properties used in global settings."
canonical: "https://academy.bricksbuilder.io/developer/schema/global/components/"
markdownUrl: "https://academy.bricksbuilder.io/developer/schema/global/components.md"
pageType: "article"
section: "developer"
category: "schema"
lastmod: "2026-05-21T13:58:32.000Z"
---
import SchemaJson from '../../../../../components/SchemaJson.astro'

<SchemaJson path="global/components.json" />

## Item properties

| Property | Type | Description |
|---|---|---|
| `id` | string | — |
| `category` | string | — |
| `desc` | string | — |
| `elements` | array | — |
| `properties` | array | — |
| `_created` | integer \| string | — |
| `_user_id` | integer \| string | — |
| `_version` | string | — |
| `variants` | array | — |
| `blockEditor` | integer \| boolean | — |
| `blockCategory` | string | — |
| `blockIcon` | object | — |
| `blockPreviewImage` | object | Image settings |