social.coves.embed.post

coves.social

Documentation

Embedded reference to another post (quoted post)

main object

Embedded reference to another post (quoted post)

Properties

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)"
}
view object

View of a quoted-post embed as served by the AppView, optionally enriched with resolved post data

Properties

resolved unknown Optional

Resolved data for the referenced post (e.g., a hydrated Bluesky post), or an unavailable marker with a user-facing message

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)"
    },
    "resolved": {
      "type": "unknown",
      "description": "Resolved data for the referenced post (e.g., a hydrated Bluesky post), or an unavailable marker with a user-facing message"
    }
  },
  "description": "View of a quoted-post embed as served by the AppView, optionally enriched with resolved post data"
}

Lexicon Garden

@