space.dailygame.score

dailygame.space

{
  "id": "space.dailygame.score",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "game",
          "puzzleId",
          "playedAt",
          "completed",
          "rawShare",
          "createdAt"
        ],
        "properties": {
          "game": {
            "type": "string",
            "maxLength": 64,
            "description": "Game id from the app catalog (e.g. 'wordle', 'globle').",
            "knownValues": [
              "wordle",
              "connections",
              "strands",
              "parseword",
              "clues-by-sam",
              "metazooa",
              "globle",
              "satle",
              "queens",
              "tango",
              "zip",
              "mini-sudoku",
              "patches",
              "set-fury"
            ]
          },
          "score": {
            "type": "integer",
            "description": "Game-specific numeric score."
          },
          "attempts": {
            "type": "integer",
            "minimum": 0,
            "description": "Number of attempts used; meaning is game-specific."
          },
          "metadata": {
            "type": "unknown",
            "description": "Game-specific extras (hard mode, hints used, group order, etc.)."
          },
          "playedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the user played the puzzle."
          },
          "puzzleId": {
            "type": "string",
            "maxLength": 64,
            "description": "Per-game puzzle identifier, e.g. '1027' or '2026-04-17'."
          },
          "rawShare": {
            "type": "string",
            "maxLength": 20000,
            "description": "The cleaned share text (URLs, hashtags, promos stripped).",
            "maxGraphemes": 2000
          },
          "completed": {
            "type": "boolean",
            "description": "Whether the user completed the puzzle successfully."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was created."
          },
          "durationMs": {
            "type": "integer",
            "minimum": 0,
            "description": "Time to complete the puzzle in milliseconds."
          },
          "maxAttempts": {
            "type": "integer",
            "minimum": 0,
            "description": "Maximum attempts allowed by the game (e.g. 6 for Wordle)."
          }
        }
      },
      "description": "A score for a daily web game played by the user."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.dailygame.score

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ai5s6bbqotd4wbimmawo32zo
CID
bafyreib2yktcrdhqygyd56dgvqmaact6z2bktrbtqbpuovk2xxbj5ryp2q
Indexed At
2026-04-21 05:49 UTC
AT-URI
at://did:plc:ai5s6bbqotd4wbimmawo32zo/com.atproto.lexicon.schema/space.dailygame.score

Version History (10 versions)

Lexicon Garden

@