blue.registry.claim

registry.blue

Documentation

Claims an item so others know not to buy it. Stored in the claimer's repo. Not visible to the list owner.

main record

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

createdAt string datetime Required

Timestamp when the item was claimed.

item string at-uri Required

AT-URI of the claimed item.

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

Lexicon Garden

@