space.dailygame.score

dailygame.space

Schema Diff

+8 -1

From

CID
bafyreig7npknyax...
Indexed At
2026-04-23 18:40 UTC
View this version

To

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

Compare Other Versions

Lexicon Garden

@