{
"id": "blue.registry.claim",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"item",
"createdAt"
],
"properties": {
"item": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the claimed item."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the item was claimed."
}
}
},
"description": "Claims an item so others know not to buy it. Stored in the claimer's repo. Not visible to the list owner."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A record indicating a user has claimed an item on someone else's list."
}