# art.cllctv.block.layout

> Published by [cllctv.art](https://lexicon.garden/identity/did:plc:gqpqghnqiowg5424adjwmhmg)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:gqpqghnqiowg5424adjwmhmg/art.cllctv.block.layout)
- [Documentation](https://lexicon.garden/lexicon/did:plc:gqpqghnqiowg5424adjwmhmg/art.cllctv.block.layout/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:gqpqghnqiowg5424adjwmhmg/art.cllctv.block.layout/examples)

## Definitions

### `art.cllctv.block.layout`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `columns` | `array` | No |  |
| `template` | `string` | Yes |  |

### `art.cllctv.block.layout#column`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `content` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "art.cllctv.block.layout",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "template"
      ],
      "properties": {
        "columns": {
          "type": "array",
          "items": {
            "refs": [
              "#column"
            ],
            "type": "union"
          }
        },
        "template": {
          "type": "string"
        }
      }
    },
    "column": {
      "type": "object",
      "required": [
        "content"
      ],
      "properties": {
        "content": {
          "type": "array",
          "items": {
            "refs": [],
            "type": "union"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
