ai.rizom.brain.note

rizom.ai

{
  "id": "ai.rizom.brain.note",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "body",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 100000
          },
          "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"
          },
          "sourceEntityId": {
            "type": "string"
          },
          "sourceEntityType": {
            "type": "string"
          }
        }
      },
      "description": "Public knowledge note from a Rizom brain."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.rizom.brain.note

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@