org.lichess.puzzle.getById

pds.dad

{
  "id": "org.lichess.puzzle.getById",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "PuzzleNotFound",
          "description": "No puzzle exists with the given id."
        }
      ],
      "output": {
        "schema": {
          "ref": "org.lichess.puzzle.defs#puzzleView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "id"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "the id of the puzzle to fetch."
          }
        }
      },
      "description": "Get a chess puzzle by its id."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.lichess.puzzle.getById

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

Metadata

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

Referenced Schemas (1)

  • org.lichess.puzzle.defs#puzzleView

Lexicon Garden

@