app.mathr.score

mathr.app

{
  "id": "app.mathr.score",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "level",
          "totalSuccesses",
          "totalChallenges",
          "createdAt"
        ],
        "properties": {
          "level": {
            "type": "integer",
            "minimum": 1,
            "description": "The highest level reached by the player"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the score was recorded"
          },
          "percentage": {
            "type": "integer",
            "maximum": 100,
            "minimum": 0,
            "description": "Success rate as a percentage (0-100)"
          },
          "totalSuccesses": {
            "type": "integer",
            "minimum": 0,
            "description": "Total number of correct answers"
          },
          "totalChallenges": {
            "type": "integer",
            "minimum": 1,
            "description": "Total number of challenges attempted"
          }
        }
      },
      "description": "A player's score record stored in their own PDS for personal backup"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.mathr.score

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@