pub.chive.sync.verify

chive.pub

{
  "id": "pub.chive.sync.verify",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidRequest"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "indexed",
            "inSync"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the record"
            },
            "inSync": {
              "type": "boolean",
              "description": "Whether the indexed record is in sync with the PDS"
            },
            "indexed": {
              "type": "boolean",
              "description": "Whether the record is indexed"
            },
            "indexedAt": {
              "type": "string",
              "format": "datetime",
              "description": "When the record was indexed"
            },
            "staleDays": {
              "type": "integer",
              "description": "Number of days since last sync if stale"
            },
            "lastSyncedAt": {
              "type": "string",
              "format": "datetime",
              "description": "When the record was last synced"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the record to verify"
          }
        }
      },
      "description": "Verify the sync state of a record"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.sync.verify

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@