space.dailygame.score

dailygame.space

Schema Diff

+5 -1

From

CID
bafyreibw6kut7q2...
Indexed At
2026-04-28 04:57 UTC
View this version

To

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

Compare Other Versions

Lexicon Garden

@