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