A creator's tip jar and financial support links, stored in their AT Protocol repository. Written by Babesky on behalf of users who opt in.
Record Key
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
links
array
of
ref
com.babesky.actor.defs#supportLink
Required
Tip jar and support links. Up to 10 entries.
maxLength: 10 itemsView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"links",
"createdAt"
],
"properties": {
"links": {
"type": "array",
"items": {
"ref": "com.babesky.actor.defs#supportLink",
"type": "ref"
},
"maxLength": 10,
"description": "Tip jar and support links. Up to 10 entries."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A creator's tip jar and financial support links, stored in their AT Protocol repository. Written by Babesky on behalf of users who opt in."
}