space.dailygame.score

dailygame.space

Schema Diff

+17 -1

From

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

To

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

Compare Other Versions

Lexicon Garden

@