org.lichess.puzzle.getDaily

pds.dad

{
  "id": "org.lichess.puzzle.getDaily",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NoDailyPuzzle",
          "description": "No puzzle could be selected for the day."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "day",
            "puzzle"
          ],
          "properties": {
            "day": {
              "type": "string",
              "description": "the UTC day the puzzle belongs to, as YYYY-MM-DD."
            },
            "puzzle": {
              "ref": "org.lichess.puzzle.defs#puzzleView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Get the puzzle of the day: one shared puzzle per UTC day, selected to target the current average rating of established players and to favor popular, frequently-played puzzles. The pick is stable for the whole UTC day and never repeats a previous day's puzzle."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.lichess.puzzle.getDaily

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rnpkyqnmsw4ipey6eotbdnnf
CID
bafyreifz5modfkp2om4kkhy6kctsszamnqwcbh5zftxlmhfwu4xeybctx4
Indexed At
2026-07-26 20:13 UTC
AT-URI
at://did:plc:rnpkyqnmsw4ipey6eotbdnnf/com.atproto.lexicon.schema/org.lichess.puzzle.getDaily

Referenced Schemas (1)

  • org.lichess.puzzle.defs#puzzleView

Lexicon Garden

@