com.thelexfiles.zakia.temp.tip

protopunx.bsky.social

Documentation

A verifiable claim that one person valued another person's work by tipping them

main record

A verifiable claim that one person valued another person's work by tipping them

Record Key tid Timestamp-based ID

Properties

amount string Required

Tip amount in dollars

comment string Optional

Reason for tipping

contentUrl string uri Optional

URL of the content being tipped for

createdAt string datetime Required

An RFC 3339 formatted timestamp.

receiver string did Required

Name or DID of the person who received the tip

tipper string did Required

DID or handle of the person who tipped

View raw schema
{
  "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"
}

Lexicon Garden

@