No description available.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
When the user created this extension record.
subject
ref
com.atproto.repo.strongRef
Required
Strong reference to the canonical community.lexicon.bookmarks.bookmark record.
title
string
Required
User-supplied title for the bookmarked link.
maxLength: 2000 bytesminLength: 1 bytesmaxGraphemes: 200 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"title",
"createdAt"
],
"properties": {
"title": {
"type": "string",
"maxLength": 2000,
"minLength": 1,
"description": "User-supplied title for the bookmarked link.",
"maxGraphemes": 200
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the canonical community.lexicon.bookmarks.bookmark record."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the user created this extension record."
}
}
}
}