# ai.rizom.brain.link

> Published by [rizom.ai](https://lexicon.garden/identity/did:plc:oehciuqunzskplljt3qnnncw)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:oehciuqunzskplljt3qnnncw/ai.rizom.brain.link)
- [Documentation](https://lexicon.garden/lexicon/did:plc:oehciuqunzskplljt3qnnncw/ai.rizom.brain.link/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:oehciuqunzskplljt3qnnncw/ai.rizom.brain.link/examples)

## Definitions

### `ai.rizom.brain.link`

**Type**: `record`

Public curated link from a Rizom brain.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` (uri) | Yes |  |
| `title` | `string` | Yes |  |
| `domain` | `string` | No |  |
| `source` | `ref` → `#source` | No |  |
| `summary` | `string` | No |  |
| `brainDid` | `string` | No |  |
| `anchorDid` | `string` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `updatedAt` | `string` (datetime) | No |  |
| `capturedAt` | `string` (datetime) | No |  |
| `description` | `string` | No |  |
| `sourceEntityId` | `string` | No |  |
| `sourceEntityType` | `string` | No |  |

### `ai.rizom.brain.link#source`

**Type**: `object`

Attribution for where this link was captured.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `ref` | `string` | Yes |  |
| `label` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "ai.rizom.brain.link",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "url",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri"
          },
          "title": {
            "type": "string",
            "maxLength": 500
          },
          "domain": {
            "type": "string"
          },
          "source": {
            "ref": "#source",
            "type": "ref"
          },
          "summary": {
            "type": "string",
            "maxLength": 100000
          },
          "brainDid": {
            "type": "string"
          },
          "anchorDid": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "capturedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 2000
          },
          "sourceEntityId": {
            "type": "string"
          },
          "sourceEntityType": {
            "type": "string"
          }
        }
      },
      "description": "Public curated link from a Rizom brain."
    },
    "source": {
      "type": "object",
      "required": [
        "ref",
        "label"
      ],
      "properties": {
        "ref": {
          "type": "string"
        },
        "label": {
          "type": "string"
        }
      },
      "description": "Attribution for where this link was captured."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
