Public content series from a Rizom brain.
Record Key
any
Any valid record key
Properties
anchorDid
string
Optional
No description available.
brainDid
string
Optional
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 10000 bytesslug
string
Optional
No description available.
sourceEntityId
string
Optional
No description available.
sourceEntityType
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",
"createdAt"
],
"properties": {
"slug": {
"type": "string"
},
"title": {
"type": "string",
"maxLength": 300
},
"brainDid": {
"type": "string"
},
"anchorDid": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 10000
},
"sourceEntityId": {
"type": "string"
},
"sourceEntityType": {
"type": "string"
}
}
},
"description": "Public content series from a Rizom brain."
}