Semantic local social-post entity from a Rizom brain; not a Bluesky feed post.
Record Key
any
Any valid record key
Properties
anchorDid
string
Optional
No description available.
body
string
Required
No description available.
maxLength: 100000 bytesbrainDid
string
Optional
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
format
string
Optional
No description available.
Known values:
text/markdownplatform
string
Required
No description available.
platformPostId
string
Optional
No description available.
publishedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
sourceEntityId
string
Optional
No description available.
sourceEntityType
string
Optional
No description available.
sourceLocalEntityId
string
Optional
No description available.
sourceLocalEntityType
string
Optional
No description available.
status
string
Optional
No description available.
title
string
Required
No description available.
maxLength: 300 bytesupdatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"platform",
"body",
"createdAt"
],
"properties": {
"body": {
"type": "string",
"maxLength": 100000
},
"title": {
"type": "string",
"maxLength": 300
},
"format": {
"type": "string",
"knownValues": [
"text/markdown"
]
},
"status": {
"type": "string"
},
"brainDid": {
"type": "string"
},
"platform": {
"type": "string"
},
"anchorDid": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"publishedAt": {
"type": "string",
"format": "datetime"
},
"platformPostId": {
"type": "string"
},
"sourceEntityId": {
"type": "string"
},
"sourceEntityType": {
"type": "string"
},
"sourceLocalEntityId": {
"type": "string"
},
"sourceLocalEntityType": {
"type": "string"
}
}
},
"description": "Semantic local social-post entity from a Rizom brain; not a Bluesky feed post."
}