blue.registry.purchase

registry.blue

{
  "id": "blue.registry.purchase",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "item",
          "createdAt"
        ],
        "properties": {
          "item": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the purchased item."
          },
          "price": {
            "ref": "blue.registry.item#money",
            "type": "ref",
            "description": "What was actually paid."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the item was marked as bought."
          }
        }
      },
      "description": "Marks an item as bought. Stored in the list owner's repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A record indicating the list owner has purchased an item."
}

Validate Record

Validate a record against blue.registry.purchase

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@