Embedded reference to another post (quoted post)
Properties
post
ref
com.atproto.repo.strongRef
Required
Strong reference to the embedded post (includes URI and CID)
View raw schema
{
"type": "object",
"required": [
"post"
],
"properties": {
"post": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the embedded post (includes URI and CID)"
}
},
"description": "Embedded reference to another post (quoted post)"
}