blue.registry.itemRemoval

registry.blue

{
  "id": "blue.registry.itemRemoval",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "list",
          "item",
          "createdAt"
        ],
        "properties": {
          "item": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the item being removed."
          },
          "list": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the list."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the item was removed."
          }
        }
      },
      "description": "Removes an item from a list. Stored in the list owner's repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A record indicating the list owner has removed an item from their list."
}

Validate Record

Validate a record against blue.registry.itemRemoval

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4olik72a346dcc2hppt7ioo4
CID
bafyreiawwlbql4ankcxgdqkji4mkhbi4pbjn62mss27qi4xipvm6nofh5e
Indexed At
2026-04-05 00:56 UTC
AT-URI
at://did:plc:4olik72a346dcc2hppt7ioo4/com.atproto.lexicon.schema/blue.registry.itemRemoval

Lexicon Garden

@