blue.registry.donation

registry.blue

{
  "id": "blue.registry.donation",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "item",
          "createdAt"
        ],
        "properties": {
          "item": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the donation item."
          },
          "amount": {
            "ref": "blue.registry.item#money",
            "type": "ref",
            "description": "Amount donated."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of the donation."
          }
        }
      },
      "description": "Records a donation to an item. Stored in the donor's repo. Multiple donations to the same item are allowed."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A record indicating a user has donated to a donation item."
}

Validate Record

Validate a record against blue.registry.donation

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@