{
"id": "social.showcase.profile.preferences",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"visibility",
"activity",
"notifications",
"privacy",
"updatedAt"
],
"properties": {
"display": {
"ref": "social.showcase.defs#displaySettings",
"type": "ref"
},
"privacy": {
"ref": "social.showcase.defs#privacySettings",
"type": "ref"
},
"activity": {
"ref": "social.showcase.defs#activitySettings",
"type": "ref"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"visibility": {
"ref": "social.showcase.defs#visibilitySettings",
"type": "ref"
},
"notifications": {
"ref": "social.showcase.defs#notificationSettings",
"type": "ref"
},
"schemaVersion": {
"type": "integer",
"default": 1,
"description": "Schema version for migrations (defaults to 1 if missing)"
}
}
},
"description": "User preferences and settings"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreiahrymxxawr2enzocl3h744kgwarivd4fcyexwegmykb5h4rs25u4
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/social.showcase.profile.preferences
Referenced Schemas (5)
-
social.showcase.defs#activitySettings
-
social.showcase.defs#displaySettings
-
social.showcase.defs#notificationSettings
-
social.showcase.defs#privacySettings
-
social.showcase.defs#visibilitySettings