games.gamesgamesgamesgames.toggleListItem

gamesgamesgamesgames.games

{
  "id": "games.gamesgamesgamesgames.toggleListItem",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "listUri",
            "gameUri"
          ],
          "properties": {
            "gameUri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the game record."
            },
            "listUri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the list."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "action"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "description": "CID of the created listItem record. Present when action is 'added'."
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the created listItem record. Present when action is 'added'."
            },
            "action": {
              "type": "string",
              "description": "Whether the game was added to or removed from the list.",
              "knownValues": [
                "added",
                "removed"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Add or remove a game from a list. Creates a listItem if none exists, deletes it if one does."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.toggleListItem

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:gamesgamesgamesgames.games
CID
bafyreibdxomtjpncxno4vyn3huutmz57w5hk4ikgh4eqtwovwuj7k25dcu
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:gamesgamesgamesgames.games/com.atproto.lexicon.schema/games.gamesgamesgamesgames.toggleListItem

Lexicon Garden

@