games.gamesgamesgamesgames.graph.toggleLike

lexicon.store View official

{
  "id": "games.gamesgamesgamesgames.graph.toggleLike",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "subject"
          ],
          "properties": {
            "subject": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the game record to like/unlike."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "action"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "description": "CID of the created like record. Present when action is 'liked'."
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the created like record. Present when action is 'liked'."
            },
            "action": {
              "type": "string",
              "description": "Whether the game was liked or unliked.",
              "knownValues": [
                "liked",
                "unliked"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Toggle a like on a game. Creates a like record if none exists, deletes it if one does."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.graph.toggleLike

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@