space.ziran.op

lexicons.pds.ziran.space

{
  "id": "space.ziran.op",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "doc",
          "parents",
          "bytes"
        ],
        "properties": {
          "doc": {
            "type": "string",
            "format": "tid",
            "description": "rkey of the space.ziran.doc record this op belongs to."
          },
          "bytes": {
            "type": "bytes",
            "maxLength": 1000000,
            "description": "The tp-sync frame payload."
          },
          "parents": {
            "type": "array",
            "items": {
              "ref": "#parent",
              "type": "ref"
            },
            "description": "Op-DAG heads the author had seen when this op was created. Empty for a document's first op."
          }
        }
      },
      "description": "One tp-sync frame for a document, written by any member into their own repo. Ops are never deleted: a document is always rebuildable from an initial checkpoint plus the full op history. Per-author order is the repo's rev order; cross-author order is causal via parents, with deterministic (rev, author) tiebreak between concurrent siblings."
    },
    "parent": {
      "type": "object",
      "required": [
        "author",
        "rkey"
      ],
      "properties": {
        "rkey": {
          "type": "string",
          "format": "tid",
          "description": "rkey of the parent op record in the author's repo."
        },
        "author": {
          "type": "string",
          "format": "did",
          "description": "DID of the parent op's author."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.ziran.op

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@