{
"id": "com.babesky.actor.support",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}