{
"id": "social.twinkl.actor.profile",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [],
"properties": {
"bedazzle": {
"type": "string",
"default": "full",
"description": "How much of other users' post styling to render in this viewer's feeds/threads/guestbooks: full (tokens + custom CSS), tokens (theme tokens only), or off. A page owner's own page always renders their full theme regardless of this.",
"knownValues": [
"full",
"tokens",
"off"
]
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "The actor's Twinkl app/viewer preferences, kept separate from their authored look (social.twinkl.actor.style) so a private viewing preference is never bundled into a published theme pack or copied by \"steal this look\". Extensible home for future viewer toggles."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}