{
"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": {
"ref": "#coverImage",
"type": "ref"
},
"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."
},
"coverImage": {
"type": "object",
"required": [
"blob"
],
"properties": {
"alt": {
"type": "string",
"maxLength": 1000
},
"blob": {
"type": "blob"
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
}
},
"description": "Cover image attached to the post."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:oehciuqunzskplljt3qnnncw
- CID
-
bafyreicqkeyqtfoxmwxkp7q7tc6hsopjaiqij24nllmh7ea5j2vbgbqupm
- Indexed At
- 2026-07-21 16:11 UTC
- AT-URI
-
at://did:plc:oehciuqunzskplljt3qnnncw/com.atproto.lexicon.schema/ai.rizom.brain.post
Version History (2 versions)