games.gamesgamesgamesgames.graph.getLikes

lexicon.store View official

{
  "id": "games.gamesgamesgamesgames.graph.getLikes",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "count",
            "liked"
          ],
          "properties": {
            "count": {
              "type": "integer",
              "description": "Total number of likes on this game."
            },
            "liked": {
              "type": "boolean",
              "description": "Whether the authenticated user has liked this game."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the game record."
          }
        }
      },
      "description": "Get the like count for a game and whether the authenticated user has liked it."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.graph.getLikes

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreib7y7vpevnk3ubqs5tp6hpn6ehgifb6wwwc7yksvt2g675mgau2qm
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/games.gamesgamesgamesgames.graph.getLikes

Lexicon Garden

@