com.thelexfiles.zakia.temp.tip

protopunx.bsky.social

{
  "id": "com.thelexfiles.zakia.temp.tip",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "receiver",
          "tipper",
          "amount",
          "createdAt"
        ],
        "properties": {
          "amount": {
            "type": "string",
            "description": "Tip amount in dollars"
          },
          "tipper": {
            "type": "string",
            "format": "did",
            "description": "DID or handle of the person who tipped"
          },
          "comment": {
            "type": "string",
            "description": "Reason for tipping"
          },
          "receiver": {
            "type": "string",
            "format": "did",
            "description": "Name or DID of the person who received the tip"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "contentUrl": {
            "type": "string",
            "format": "uri",
            "description": "URL of the content being tipped for"
          }
        }
      },
      "description": " A verifiable claim that one person valued another person's work by tipping them"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.thelexfiles.zakia.temp.tip

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:deh4u7fsoeqtrbtkf5eptizr
CID
bafyreibcisgrg6uzay6ev7csn5473e3ie5rs56qnu5ez7cafd326yrd26e
Indexed At
2026-03-31 21:44 UTC
AT-URI
at://did:plc:deh4u7fsoeqtrbtkf5eptizr/com.atproto.lexicon.schema/com.thelexfiles.zakia.temp.tip

Lexicon Garden

@