# ai.rizom.brain.project

> 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.project)
- [Documentation](https://lexicon.garden/lexicon/did:plc:oehciuqunzskplljt3qnnncw/ai.rizom.brain.project/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:oehciuqunzskplljt3qnnncw/ai.rizom.brain.project/examples)

## Definitions

### `ai.rizom.brain.project`

**Type**: `record`

Public project or case study from a Rizom brain.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` (uri) | No |  |
| `body` | `string` | Yes |  |
| `slug` | `string` | No |  |
| `year` | `integer` | Yes |  |
| `title` | `string` | Yes |  |
| `format` | `string` | No |  |
| `brainDid` | `string` | No |  |
| `anchorDid` | `string` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `updatedAt` | `string` (datetime) | No |  |
| `description` | `string` | No |  |
| `publishedAt` | `string` (datetime) | No |  |
| `sourceEntityId` | `string` | No |  |
| `sourceEntityType` | `string` | No |  |

## Raw Schema

```json
{
  "id": "ai.rizom.brain.project",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "body",
          "year",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri"
          },
          "body": {
            "type": "string",
            "maxLength": 100000
          },
          "slug": {
            "type": "string"
          },
          "year": {
            "type": "integer"
          },
          "title": {
            "type": "string",
            "maxLength": 300
          },
          "format": {
            "type": "string",
            "knownValues": [
              "text/markdown"
            ]
          },
          "brainDid": {
            "type": "string"
          },
          "anchorDid": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 2000
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          },
          "sourceEntityId": {
            "type": "string"
          },
          "sourceEntityType": {
            "type": "string"
          }
        }
      },
      "description": "Public project or case study from a Rizom brain."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
