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

com.atproto.repo.defs

atproto-lexicons.bsky.social

Documentation

commitMeta object

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

rev string tid Required

A timestamp-based identifier (TID).

View raw schema
{
  "type": "object",
  "required": [
    "cid",
    "rev"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "rev": {
      "type": "string",
      "format": "tid"
    }
  }
}

Lexicon Garden

@