{
"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."
}