ai.rizom.brain.link

rizom.ai

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

Validate Record

Validate a record against ai.rizom.brain.link

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:oehciuqunzskplljt3qnnncw
CID
bafyreid7rk64d4clfibdqh3dkh2wymx366aeopcciqcm4jadeo5mo7cwli
Indexed At
2026-07-21 16:11 UTC
AT-URI
at://did:plc:oehciuqunzskplljt3qnnncw/com.atproto.lexicon.schema/ai.rizom.brain.link

Version History (2 versions)

Lexicon Garden

@