app.mathr.leaderboard.entry

mathr.app

{
  "id": "app.mathr.leaderboard.entry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "playerDid",
          "level",
          "totalSuccesses",
          "totalChallenges",
          "createdAt"
        ],
        "properties": {
          "level": {
            "type": "integer",
            "minimum": 1,
            "description": "The highest level reached by the player"
          },
          "postUri": {
            "type": "string",
            "format": "at-uri",
            "description": "Optional AT URI to the player's Bluesky post announcing the score"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the score was verified and added to the leaderboard"
          },
          "playerDid": {
            "type": "string",
            "format": "did",
            "description": "The DID of the player who achieved this score"
          },
          "percentage": {
            "type": "integer",
            "maximum": 100,
            "minimum": 0,
            "description": "Success rate as a percentage (0-100)"
          },
          "playerAvatar": {
            "type": "string",
            "format": "uri",
            "description": "URL to the player's avatar at the time of submission"
          },
          "playerHandle": {
            "type": "string",
            "description": "The player's handle at the time of submission"
          },
          "totalSuccesses": {
            "type": "integer",
            "minimum": 0,
            "description": "Total number of correct answers"
          },
          "totalChallenges": {
            "type": "integer",
            "minimum": 1,
            "description": "Total number of challenges attempted"
          },
          "playerDisplayName": {
            "type": "string",
            "description": "The player's display name at the time of submission"
          }
        }
      },
      "description": "A verified leaderboard entry stored in the mathr.app official repository"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.mathr.leaderboard.entry

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:bf6hxs2vtvu62fk5wzlvlq3h
CID
bafyreibqiy5nskgmge7evxqv2n5pm7qoxmt3eckskjnf5g5cocygqkwv44
Indexed At
2026-01-23 18:02 UTC
AT-URI
at://did:plc:bf6hxs2vtvu62fk5wzlvlq3h/com.atproto.lexicon.schema/app.mathr.leaderboard.entry

Lexicon Garden

@