lol.dids.manage.purge

ngerakines.me

{
  "id": "lol.dids.manage.purge",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "paths": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Accepted and ignored: invalidation is whole-domain."
            },
            "domain": {
              "type": "string",
              "maxLength": 253,
              "description": "The registered hostname."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "DomainNotFound",
          "description": "No registration for that domain belongs to the caller."
        },
        {
          "name": "RateLimitExceeded",
          "description": "Too many purge requests."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "purged"
          ],
          "properties": {
            "purged": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Drop the domain's cached pointer and snapshot from every origin replica by broadcasting an invalidation. There is no shared HTTP cache to purge; this is an operator escape hatch for a suspected stale in-process cache, not part of the publish path. Rate-limited."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against lol.dids.manage.purge

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cbkjy5n7bk3ax2wplmtjofq2
CID
bafyreiajlrdj6soqt67bvbrvwuaiv5uq6y5o5e4roxqxpcdqzkfft44ynm
Indexed At
2026-08-30 03:10 UTC
AT-URI
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/lol.dids.manage.purge

Lexicon Garden

@