games.gamesgamesgamesgames.getGenreCounts

trezy.codes View official

{
  "id": "games.gamesgamesgamesgames.getGenreCounts",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "genres"
          ],
          "properties": {
            "genres": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "genre",
                  "count"
                ],
                "properties": {
                  "count": {
                    "type": "integer"
                  },
                  "genre": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Get game counts grouped by genre."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.getGenreCounts

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4jrld6fwpnwqehtce56qshzv
CID
bafyreihyykuqkdojqlzjzzr4z3yivk3p44lfgxh5nnmg7qndvwh4my5zze
Indexed At
2026-03-23 17:57 UTC
AT-URI
at://did:plc:4jrld6fwpnwqehtce56qshzv/com.atproto.lexicon.schema/games.gamesgamesgamesgames.getGenreCounts

Lexicon Garden

@