# art.cllctv.article

> 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.article)
- [Documentation](https://lexicon.garden/lexicon/did:plc:gqpqghnqiowg5424adjwmhmg/art.cllctv.article/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:gqpqghnqiowg5424adjwmhmg/art.cllctv.article/examples)

## Definitions

### `art.cllctv.article#content`

**Type**: `object`

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

## Raw Schema

```json
{
  "id": "art.cllctv.article",
  "defs": {
    "content": {
      "type": "object",
      "required": [
        "blocks"
      ],
      "properties": {
        "blocks": {
          "type": "array",
          "items": {
            "refs": [
              "art.cllctv.block.text",
              "art.cllctv.block.heading",
              "art.cllctv.block.blockquote",
              "art.cllctv.block.horizontalRule",
              "art.cllctv.block.bulletList",
              "art.cllctv.block.orderedList",
              "art.cllctv.block.image",
              "art.cllctv.block.layout",
              "art.cllctv.block.timeline"
            ],
            "type": "union"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
