app.mathr.score

lexicon.store View official

{
  "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:web:lexicon.store
CID
bafyreibdwlfegz3yhmiom3z4zkynn3up6zdk33i5flndtqhkui6iassidq
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/app.mathr.score

Lexicon Garden

@