Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.notification.defs

bsky-lexicons.bsky.social

Documentation

activitySubscription object

Properties

post boolean Required

No description provided.

reply boolean Required

No description provided.

View raw schema
{
  "type": "object",
  "required": [
    "post",
    "reply"
  ],
  "properties": {
    "post": {
      "type": "boolean"
    },
    "reply": {
      "type": "boolean"
    }
  }
}
chatPreference object

Properties

include string Required

No description provided.

Known values: all, accepted
push boolean Required

No description provided.

View raw schema
{
  "type": "object",
  "required": [
    "include",
    "push"
  ],
  "properties": {
    "push": {
      "type": "boolean"
    },
    "include": {
      "type": "string",
      "knownValues": [
        "all",
        "accepted"
      ]
    }
  }
}
filterablePreference object

Properties

include string Required

No description provided.

Known values: all, follows
list boolean Required

No description provided.

push boolean Required

No description provided.

View raw schema
{
  "type": "object",
  "required": [
    "include",
    "list",
    "push"
  ],
  "properties": {
    "list": {
      "type": "boolean"
    },
    "push": {
      "type": "boolean"
    },
    "include": {
      "type": "string",
      "knownValues": [
        "all",
        "follows"
      ]
    }
  }
}
preference object

Properties

list boolean Required

No description provided.

push boolean Required

No description provided.

View raw schema
{
  "type": "object",
  "required": [
    "list",
    "push"
  ],
  "properties": {
    "list": {
      "type": "boolean"
    },
    "push": {
      "type": "boolean"
    }
  }
}
preferences object

Properties

starterpackJoined ref #preference Required

No description provided.

subscribedPost ref #preference Required

No description provided.

unverified ref #preference Required

No description provided.

verified ref #preference Required

No description provided.

View raw schema
{
  "type": "object",
  "required": [
    "chat",
    "follow",
    "like",
    "likeViaRepost",
    "mention",
    "quote",
    "reply",
    "repost",
    "repostViaRepost",
    "starterpackJoined",
    "subscribedPost",
    "unverified",
    "verified"
  ],
  "properties": {
    "chat": {
      "ref": "#chatPreference",
      "type": "ref"
    },
    "like": {
      "ref": "#filterablePreference",
      "type": "ref"
    },
    "quote": {
      "ref": "#filterablePreference",
      "type": "ref"
    },
    "reply": {
      "ref": "#filterablePreference",
      "type": "ref"
    },
    "follow": {
      "ref": "#filterablePreference",
      "type": "ref"
    },
    "repost": {
      "ref": "#filterablePreference",
      "type": "ref"
    },
    "mention": {
      "ref": "#filterablePreference",
      "type": "ref"
    },
    "verified": {
      "ref": "#preference",
      "type": "ref"
    },
    "unverified": {
      "ref": "#preference",
      "type": "ref"
    },
    "likeViaRepost": {
      "ref": "#filterablePreference",
      "type": "ref"
    },
    "subscribedPost": {
      "ref": "#preference",
      "type": "ref"
    },
    "repostViaRepost": {
      "ref": "#filterablePreference",
      "type": "ref"
    },
    "starterpackJoined": {
      "ref": "#preference",
      "type": "ref"
    }
  }
}
recordDeleted object

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}
subjectActivitySubscription object

Object used to store activity subscription data in stash.

Properties

subject string did Required

A decentralized identifier (DID).

View raw schema
{
  "type": "object",
  "required": [
    "subject",
    "activitySubscription"
  ],
  "properties": {
    "subject": {
      "type": "string",
      "format": "did"
    },
    "activitySubscription": {
      "ref": "#activitySubscription",
      "type": "ref"
    }
  },
  "description": "Object used to store activity subscription data in stash."
}

Lexicon Garden

@