{
"id": "blue.atplay.temp.game.score",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"gameId",
"score",
"createdAt"
],
"properties": {
"score": {
"type": "integer",
"minimum": 0,
"description": "The player's score"
},
"gameId": {
"type": "string",
"maxLength": 64,
"minLength": 1,
"description": "Identifier of the game (e.g., 'clicker')"
},
"metadata": {
"type": "object",
"properties": {
"level": {
"type": "integer",
"description": "Level reached"
},
"duration": {
"type": "integer",
"description": "Game duration in milliseconds"
}
},
"description": "Optional game-specific metadata"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the score was achieved"
}
}
},
"description": "A game score record for ATPlay games"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A game score record for ATPlay games. This is an experimental schema."
}
Metadata
- DID
-
did:plc:lik422i3z6y2skcik5uo2vrl
- CID
-
bafyreicgwx6gibk4ows3u22cgjysze66it4u6zbqugwe6aoshin4liurze
- Indexed At
- 2026-02-13 14:19 UTC
- AT-URI
-
at://did:plc:lik422i3z6y2skcik5uo2vrl/com.atproto.lexicon.schema/blue.atplay.temp.game.score