space.dailygame.score

dailygame.space

Schema Diff

+32 -1

From

CID
bafyreifosy2txft...
Indexed At
2026-04-17 23:36 UTC
View this version

To

CID
bafyreiheqyd6gic...
Indexed At
2026-06-18 18:03 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "space.dailygame.score",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "tid",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "game",
11 11
          "puzzleId",
12 12
          "playedAt",
13 13
          "completed",
14 14
          "rawShare",
15 15
          "createdAt"
16 16
        ],
17 17
        "properties": {
18 18
          "game": {
19 19
            "type": "string",
20 20
            "maxLength": 64,
21 -
            "description": "Game id from the app catalog (e.g. 'wordle', 'globle')."
21 +
            "description": "Game id from the app catalog (e.g. 'wordle', 'globle').",
22 +
            "knownValues": [
23 +
              "wordle",
24 +
              "connections",
25 +
              "connections-soccer",
26 +
              "strands",
27 +
              "parseword",
28 +
              "clues-by-sam",
29 +
              "metazooa",
30 +
              "globle",
31 +
              "maptap",
32 +
              "satle",
33 +
              "queens",
34 +
              "tango",
35 +
              "zip",
36 +
              "mini-sudoku",
37 +
              "patches",
38 +
              "set-fury",
39 +
              "timeguessr",
40 +
              "kickoff-league",
41 +
              "puzzmo-crossword",
42 +
              "puzzmo-ribbit",
43 +
              "puzzmo-memoku",
44 +
              "craftword",
45 +
              "enclose-horse",
46 +
              "center-fit",
47 +
              "rogueslide",
48 +
              "weatherdle",
49 +
              "bracket-city",
50 +
              "putt-day",
51 +
              "scrandle"
52 +
            ]
22 53
          },
23 54
          "score": {
24 55
            "type": "integer",
25 56
            "description": "Game-specific numeric score."
26 57
          },
27 58
          "attempts": {
28 59
            "type": "integer",
29 60
            "minimum": 0,
30 61
            "description": "Number of attempts used; meaning is game-specific."
31 62
          },
32 63
          "metadata": {
33 64
            "type": "unknown",
34 65
            "description": "Game-specific extras (hard mode, hints used, group order, etc.)."
35 66
          },
36 67
          "playedAt": {
37 68
            "type": "string",
38 69
            "format": "datetime",
39 70
            "description": "When the user played the puzzle."
40 71
          },
41 72
          "puzzleId": {
42 73
            "type": "string",
43 74
            "maxLength": 64,
44 75
            "description": "Per-game puzzle identifier, e.g. '1027' or '2026-04-17'."
45 76
          },
46 77
          "rawShare": {
47 78
            "type": "string",
48 79
            "maxLength": 20000,
49 80
            "description": "The cleaned share text (URLs, hashtags, promos stripped).",
50 81
            "maxGraphemes": 2000
51 82
          },
52 83
          "completed": {
53 84
            "type": "boolean",
54 85
            "description": "Whether the user completed the puzzle successfully."
55 86
          },
56 87
          "createdAt": {
57 88
            "type": "string",
58 89
            "format": "datetime",
59 90
            "description": "When this record was created."
60 91
          },
61 92
          "durationMs": {
62 93
            "type": "integer",
63 94
            "minimum": 0,
64 95
            "description": "Time to complete the puzzle in milliseconds."
65 96
          },
66 97
          "maxAttempts": {
67 98
            "type": "integer",
68 99
            "minimum": 0,
69 100
            "description": "Maximum attempts allowed by the game (e.g. 6 for Wordle)."
70 101
          }
71 102
        }
72 103
      },
73 104
      "description": "A score for a daily web game played by the user."
74 105
    }
75 106
  },
76 107
  "$type": "com.atproto.lexicon.schema",
77 108
  "lexicon": 1
78 109
}

Compare Other Versions

Lexicon Garden

@