zone.stratos.sync.getRepo

lexicon.northsky.app

{
  "id": "zone.stratos.sync.getRepo",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "RepoNotFound",
          "description": "The requested repo does not exist or has no commits."
        }
      ],
      "output": {
        "encoding": "application/vnd.ipld.car"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "The DID of the repo to export."
          },
          "since": {
            "type": "string",
            "format": "tid",
            "description": "Optional revision cursor. If provided, only blocks newer than this revision are included."
          }
        }
      },
      "description": "Export the full repository as a CAR file. Returns all record blocks, MST nodes, and the signed commit."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against zone.stratos.sync.getRepo

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6uxgo3ypovauub7nblwylqyv
CID
bafyreidmmvpqz6ok632fgceshytdf6ymko2gwliv7dsmzxtzsgql3dfgj4
Indexed At
2026-03-03 21:30 UTC
AT-URI
at://did:plc:6uxgo3ypovauub7nblwylqyv/com.atproto.lexicon.schema/zone.stratos.sync.getRepo

Lexicon Garden

@