pub.chive.sync.checkStaleness

chive.pub

{
  "id": "pub.chive.sync.checkStaleness",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "isStale"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "pdsCid": {
              "type": "string",
              "format": "cid",
              "description": "Current CID on PDS"
            },
            "pdsUrl": {
              "type": "string",
              "description": "Source PDS URL"
            },
            "isStale": {
              "type": "boolean",
              "description": "Whether indexed data is stale"
            },
            "indexedAt": {
              "type": "string",
              "format": "datetime",
              "description": "When the record was indexed"
            },
            "indexedCid": {
              "type": "string",
              "format": "cid",
              "description": "CID in our index"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the record to check"
          }
        }
      },
      "description": "Check if indexed data is stale compared to PDS"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.sync.checkStaleness

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreifgtwl5medtywn2sjt2i4fo77aq75fm2l7ot3qkb76nc3exwo56ji
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.sync.checkStaleness

Lexicon Garden

@