space.dailygame.score

dailygame.space

Schema Diff

+2 -1

From

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

To

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

Compare Other Versions

Lexicon Garden

@