# is.logue.content

> Published by [logue.is](https://lexicon.garden/identity/did:plc:6xpq2upvl7j6p3ct6rgbb4pd)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:6xpq2upvl7j6p3ct6rgbb4pd/is.logue.content)
- [Documentation](https://lexicon.garden/lexicon/did:plc:6xpq2upvl7j6p3ct6rgbb4pd/is.logue.content/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:6xpq2upvl7j6p3ct6rgbb4pd/is.logue.content/examples)

## Definitions

### `is.logue.content`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `items` | `array` | Yes | Array of content blocks |

## Raw Schema

```json
{
  "id": "is.logue.content",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "refs": [
              "is.logue.block.blockquote",
              "is.logue.block.code",
              "is.logue.block.heading",
              "is.logue.block.iframe",
              "is.logue.block.image",
              "is.logue.block.listItem",
              "is.logue.block.orderedList",
              "is.logue.block.text",
              "is.logue.block.unorderedList"
            ],
            "type": "union"
          },
          "required": true,
          "description": "Array of content blocks"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
