systems.witchcraft.archive.capture

kira.pds.witchcraft.systems

{
  "id": "systems.witchcraft.archive.capture",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "url",
          "contentHash",
          "capturedAt",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "The URL that was archived."
          },
          "title": {
            "type": "string",
            "maxLength": 1000,
            "description": "Page title at time of capture."
          },
          "pinned": {
            "type": "boolean",
            "description": "Whether the content is pinned to IPFS."
          },
          "ipfsCid": {
            "type": "string",
            "description": "IPFS Content Identifier (CIDv1) for the pinned content."
          },
          "htmlBlob": {
            "type": "blob",
            "accept": [
              "text/html"
            ],
            "description": "The captured HTML uploaded as a PDS blob."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was created."
          },
          "capturedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the capture was made."
          },
          "contentHash": {
            "type": "string",
            "description": "SHA-256 hash of captured content, prefixed with 'sha256:'."
          }
        }
      },
      "description": "A single-page web archive capture with content hash and optional IPFS/PDS blob storage."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against systems.witchcraft.archive.capture

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2tqqxubv2lu4ahj35ysjer2r
CID
bafyreiaecqp4xbl26fldhik55qh5kkiku3yjhnlnhb4ayrk3uaurwncilq
Indexed At
2026-03-19 00:16 UTC
AT-URI
at://did:plc:2tqqxubv2lu4ahj35ysjer2r/com.atproto.lexicon.schema/systems.witchcraft.archive.capture

Lexicon Garden

@