app.bsky.actor.contentVisibilityDeclaration

bsky-lexicons.bsky.social

Documentation

A declaration of an account's preferences for appearing in content discovery surfaces.

main record

A declaration of an account's preferences for appearing in content discovery surfaces.

Record Key literal:self Fixed literal value

Properties

hideFromAlgorithmicRecommendations boolean Required

Whether the account requests that its posts be hidden from algorithmic recommendations. Consumers must treat a missing record as false.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "hideFromAlgorithmicRecommendations"
    ],
    "properties": {
      "hideFromAlgorithmicRecommendations": {
        "type": "boolean",
        "description": "Whether the account requests that its posts be hidden from algorithmic recommendations. Consumers must treat a missing record as false."
      }
    }
  },
  "description": "A declaration of an account's preferences for appearing in content discovery surfaces."
}

Lexicon Garden

@