space.ziran.checkpoint

lexicons.pds.ziran.space

{
  "id": "space.ziran.checkpoint",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "doc",
          "tile",
          "frontier",
          "createdAt"
        ],
        "properties": {
          "cid": {
            "type": "string",
            "format": "cid",
            "description": "DRISL CID of the manifest, for end-to-end integrity verification."
          },
          "doc": {
            "type": "string",
            "format": "tid",
            "description": "rkey of the space.ziran.doc record this checkpoint snapshots."
          },
          "tile": {
            "type": "unknown",
            "description": "The tile manifest, with each resource's src replaced by an atproto blob ref."
          },
          "frontier": {
            "type": "unknown",
            "description": "Map from member DID to the last repo rev whose ops this checkpoint incorporates."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "An atile-style published snapshot of a document, written by any member into their own repo (rkey = the doc's rkey; putRecord replaces the author's previous checkpoint). Carries the tile manifest with every resource's src replaced by an atproto blob ref, so an invitee can instantiate the document without replaying history, then apply ops past the frontier. Checkpoints are rare: go-live, a size threshold, or an explicit publish."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.ziran.checkpoint

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:axdexdy7p7yvuunn2mvuvy32
CID
bafyreiblnwa2smlxeo5xcaminwhzxfulw2ugyyagvq2tlg3rtiqunlaxyi
Indexed At
2026-08-25 15:40 UTC
AT-URI
at://did:plc:axdexdy7p7yvuunn2mvuvy32/com.atproto.lexicon.schema/space.ziran.checkpoint

Lexicon Garden

@