blue.registry.claim

registry.blue

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

Validate Record

Validate a record against blue.registry.claim

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@