Claims an item so others know not to buy it. Stored in the claimer's repo. Not visible to the list owner.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"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."
}