Markdown blog post distributed by a Rizom brain.
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.
canonicalUrl
string
uri
Optional
A valid URI.
coverImage
ref
#coverImage
Optional
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
format
string
Optional
No description available.
Known values:
text/markdownpublishedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
series
string
Optional
No description available.
maxLength: 200 bytesseriesIndex
integer
Optional
No description available.
sourceEntityId
string
Optional
No description available.
sourceEntityType
string
Optional
No description available.
Known values:
postsummary
string
Optional
No description available.
maxLength: 2000 bytestitle
string
Required
No description available.
maxLength: 300 bytestopics
array
of
string
Optional
No description available.
maxLength: 50 itemsView raw schema
{
"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."
}