Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.repo.strongRef

atproto-lexicons.bsky.social

Documentation

main object

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "cid"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    }
  }
}

Lexicon Garden

@