forum.barazo.actor.preferences

barazo.forum

{
  "id": "forum.barazo.actor.preferences",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "maturityLevel",
          "updatedAt"
        ],
        "properties": {
          "mutedDids": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 1000,
            "description": "Muted accounts (content de-emphasized, collapsed but visible)."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when preferences were last updated."
          },
          "mutedWords": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 1000,
              "maxGraphemes": 100
            },
            "maxLength": 100,
            "description": "Global muted words (apply to all communities)."
          },
          "blockedDids": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 1000,
            "description": "Blocked accounts (content hidden everywhere)."
          },
          "maturityLevel": {
            "type": "string",
            "description": "Maximum maturity tier to show. Default: 'safe'.",
            "knownValues": [
              "safe",
              "mature",
              "all"
            ]
          },
          "crossPostDefaults": {
            "ref": "#crossPostConfig",
            "type": "ref",
            "description": "Per-service toggle for cross-posting new topics."
          }
        }
      },
      "description": "User-level moderation and safety preferences. Portable across AppViews."
    },
    "crossPostConfig": {
      "type": "object",
      "properties": {
        "bluesky": {
          "type": "boolean",
          "description": "Cross-post new topics to Bluesky. Default: false."
        },
        "frontpage": {
          "type": "boolean",
          "description": "Cross-post new topics to Frontpage. Default: false."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "User-level moderation, safety, and cross-posting preferences. Portable across AppViews."
}

Validate Record

Validate a record against forum.barazo.actor.preferences

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7brt3r7rokkjqc4wjgeovnyx
CID
bafyreialdd5w7wo6prkqqqavjgkul54i5mu46ix3olkyzu5cubxhzjzn7u
Indexed At
2026-03-27 23:55 UTC
AT-URI
at://did:plc:7brt3r7rokkjqc4wjgeovnyx/com.atproto.lexicon.schema/forum.barazo.actor.preferences

Lexicon Garden

@