space.dailygame.score

dailygame.space

Schema Diff

+2 -1

From

CID
bafyreiewnz4fgmb...
Indexed At
2026-05-17 04:37 UTC
View this version

To

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

Compare Other Versions

Lexicon Garden

@