No description available.
Properties
post
ref
com.atproto.repo.strongRef
Required
Strong reference to the Bluesky post
View raw schema
{
"type": "object",
"required": [
"post"
],
"properties": {
"post": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"required": true,
"description": "Strong reference to the Bluesky post"
}
}
}