Public curated link from a Rizom brain.
Record Key
any
Any valid record key
Properties
anchorDid
string
Optional
No description available.
brainDid
string
Optional
No description available.
capturedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 2000 bytesdomain
string
Optional
No description available.
source
ref
#source
Optional
No description available.
sourceEntityId
string
Optional
No description available.
sourceEntityType
string
Optional
No description available.
summary
string
Optional
No description available.
maxLength: 100000 bytestitle
string
Required
No description available.
maxLength: 500 bytesupdatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
url
string
uri
Required
A valid URI.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"url",
"createdAt"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string",
"maxLength": 500
},
"domain": {
"type": "string"
},
"source": {
"ref": "#source",
"type": "ref"
},
"summary": {
"type": "string",
"maxLength": 100000
},
"brainDid": {
"type": "string"
},
"anchorDid": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"capturedAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 2000
},
"sourceEntityId": {
"type": "string"
},
"sourceEntityType": {
"type": "string"
}
}
},
"description": "Public curated link from a Rizom brain."
}