Object used to store bookmark data in stash.
Properties
subject
ref
com.atproto.repo.strongRef
Required
A strong ref to the record to be bookmarked. Currently, only `app.bsky.feed.post` records are supported.
View raw schema
{
"type": "object",
"required": [
"subject"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "A strong ref to the record to be bookmarked. Currently, only `app.bsky.feed.post` records are supported."
}
},
"description": "Object used to store bookmark data in stash."
}