org.realarchive.record

realarchive.org

{
  "id": "org.realarchive.record",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "fileHash",
          "fileSize",
          "mimeType",
          "magnet",
          "title",
          "authorizationLevel",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 256
          },
          "magnet": {
            "type": "string",
            "maxLength": 2048,
            "description": "magnet:?xt=urn:btih:<infohash>"
          },
          "fileHash": {
            "type": "string",
            "maxLength": 64,
            "description": "SHA-256 hex digest of the distributed file"
          },
          "fileSize": {
            "type": "integer",
            "minimum": 1
          },
          "location": {
            "ref": "#location",
            "type": "ref"
          },
          "mimeType": {
            "type": "string",
            "maxLength": 128
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "capturedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Self-asserted capture time"
          },
          "supersedes": {
            "type": "string",
            "maxLength": 512,
            "description": "AT URI of the record this one replaces"
          },
          "description": {
            "type": "string",
            "maxLength": 2048
          },
          "gpgSignature": {
            "type": "string",
            "maxLength": 8192,
            "description": "ASCII-armored detached GPG signature of the canonical manifest"
          },
          "gpgKeyFingerprint": {
            "type": "string",
            "maxLength": 64
          },
          "authorizationLevel": {
            "enum": [
              "public"
            ],
            "type": "string",
            "description": "POC supports public only"
          }
        }
      }
    },
    "location": {
      "type": "object",
      "properties": {
        "lat": {
          "type": "string",
          "maxLength": 32
        },
        "lon": {
          "type": "string",
          "maxLength": 32
        },
        "placeName": {
          "type": "string",
          "maxLength": 256
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A verifiable media record: signed provenance metadata plus BitTorrent distribution pointers."
}

Validate Record

Validate a record against org.realarchive.record

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:zl3avw5bkiqdip5zfm5ucdlm
CID
bafyreihaceetwc44hymgsq6b5grinyez4b6bmiriy6gzzec5kkjpv2fs4y
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:plc:zl3avw5bkiqdip5zfm5ucdlm/com.atproto.lexicon.schema/org.realarchive.record

Lexicon Garden

@