{
"id": "support.supper.actor.profile",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"pageType",
"slug",
"createdAt"
],
"properties": {
"slug": {
"type": "string",
"maxLength": 253,
"minLength": 1,
"description": "The user's supper.support page slug (supper.support/<slug>)."
},
"pageMode": {
"type": "string",
"maxLength": 32,
"description": "How the page earns: support (tips/subs), shop (products), or both. Not meaningful for supporter.",
"knownValues": [
"support",
"shop",
"both"
]
},
"pageType": {
"type": "string",
"maxLength": 32,
"description": "Role of this account on Supper.",
"knownValues": [
"creator",
"project",
"supporter"
]
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the Supper profile was first created."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "When this record was last updated."
}
}
},
"description": "A user's Supper app profile metadata, stored on their PDS. Declares the account's Supper role (creator, project, or supporter) and supper.support page slug. Social profile fields such as display name, description, avatar, links, and projects live in Supper-specific records or the local app database, not in this marker record."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}