ai.rizom.brain.post

rizom.ai

{
  "id": "ai.rizom.brain.post",
  "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"
            ]
          },
          "series": {
            "type": "string",
            "maxLength": 200
          },
          "topics": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxLength": 50
          },
          "summary": {
            "type": "string",
            "maxLength": 2000
          },
          "brainDid": {
            "type": "string"
          },
          "anchorDid": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "coverImage": {
            "type": "object",
            "required": [
              "blob"
            ],
            "properties": {
              "alt": {
                "type": "string",
                "maxLength": 1000
              },
              "blob": {
                "type": "blob"
              },
              "width": {
                "type": "integer"
              },
              "height": {
                "type": "integer"
              }
            }
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          },
          "seriesIndex": {
            "type": "integer"
          },
          "canonicalUrl": {
            "type": "string",
            "format": "uri"
          },
          "sourceEntityId": {
            "type": "string"
          },
          "sourceEntityType": {
            "type": "string",
            "knownValues": [
              "post"
            ]
          }
        }
      },
      "description": "Markdown blog post distributed by a Rizom brain."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.rizom.brain.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Version History (2 versions)

Lexicon Garden

@