haus.hash.submission

hash.haus

{
  "id": "haus.hash.submission",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "suffix",
          "algorithm",
          "hash",
          "createdAt"
        ],
        "properties": {
          "hash": {
            "type": "string",
            "maxLength": 64,
            "minLength": 32,
            "description": "The resulting hex-encoded hash of did/suffix."
          },
          "suffix": {
            "type": "string",
            "maxLength": 32,
            "minLength": 1,
            "description": "The suffix appended to the user's DID to produce the hash input."
          },
          "algorithm": {
            "type": "string",
            "description": "The hash algorithm used.",
            "knownValues": [
              "sha256",
              "md5"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of the submission."
          }
        }
      },
      "description": "A hash submission for the hash.haus leaderboard."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against haus.hash.submission

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:kfp3bz5mfmasgl3i5pekwmlm
CID
bafyreigmu2kju7lcm2sly447cmfrim6ul4rpzgv3lngtlxysacbst2ug6m
Indexed At
2026-03-20 15:54 UTC
AT-URI
at://did:plc:kfp3bz5mfmasgl3i5pekwmlm/com.atproto.lexicon.schema/haus.hash.submission

Lexicon Garden

@