ai.rizom.brain.project

rizom.ai

{
  "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
}

Validate Record

Validate a record against ai.rizom.brain.project

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:oehciuqunzskplljt3qnnncw
CID
bafyreibfkhg43xz2diyujxiwky5ktr37b6j5vykfqgqc35reeyulyrsswu
Indexed At
2026-07-21 14:09 UTC
AT-URI
at://did:plc:oehciuqunzskplljt3qnnncw/com.atproto.lexicon.schema/ai.rizom.brain.project

Lexicon Garden

@