{
"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
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreigmu2kju7lcm2sly447cmfrim6ul4rpzgv3lngtlxysacbst2ug6m
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/haus.hash.submission