A representation of a tenna.party private post embedded in a Bluesky post record.
This object has no properties defined.
View raw schema
{
"type": "object",
"record": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "A representation of a tenna.party private post embedded in a Bluesky post record."
}