No description available.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
Client-declared timestamp of when the bookmark was created.
group
string
at-uri
Required
bookmark.group AT-URI
subject
ref
com.atproto.repo.strongRef
Required
Strong reference to the bookmarked artwork record.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"group",
"subject",
"createdAt"
],
"properties": {
"group": {
"type": "string",
"format": "at-uri",
"description": "bookmark.group AT-URI"
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the bookmarked artwork record."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp of when the bookmark was created."
}
}
}
}