#listViewBasic
#listView
#listItemView
| Property | Type | Known Values | Required | Description |
|---|
| uri | string (at-uri) | - | ✅ | - |
| subject | app.bsky.actor.defs#profileView | - | ✅ | - |
| subjectOptedOut | boolean | - | ❌ | Set to true when the subject has opted out of appearing in the reference list. Only set when the viewer owns the list. |
#starterPackView
#starterPackViewBasic
#listPurpose
#modlist
TOKEN: A list of actors to apply an aggregate moderation action (mute/block) on.
#curatelist
TOKEN: A list of actors used for curation purposes such as list feeds or interaction gating.
#referencelist
TOKEN: A list of actors used for only for reference purposes such as within a starter pack.
#listViewerState
| Property | Type | Known Values | Required | Description |
|---|
| muted | boolean | - | ❌ | - |
| blocked | string (at-uri) | - | ❌ | - |
| referenceListOptOut | string (at-uri) | - | ❌ | The authenticated viewer's app.bsky.graph.referencelistoptout record URI for this reference list. Only set for reference lists. A client can delete this record to undo the opt-out. |
#notFoundActor
indicates that a handle or DID could not be resolved
| Property | Type | Known Values | Required | Description |
|---|
| actor | string (at-identifier) | - | ✅ | - |
| notFound | boolean | - | ✅ | - |
#relationship
lists the bi-directional graph relationships between one actor (not indicated in the object), and the target actors (the DID included in the object)
| Property | Type | Known Values | Required | Description |
|---|
| did | string (did) | - | ✅ | - |
| following | string (at-uri) | - | ❌ | if the actor follows this DID, this is the AT-URI of the follow record |
| followedBy | string (at-uri) | - | ❌ | if the actor is followed by this DID, contains the AT-URI of the follow record |
| blocking | string (at-uri) | - | ❌ | if the actor blocks this DID, this is the AT-URI of the block record |
| blockedBy | string (at-uri) | - | ❌ | if the actor is blocked by this DID, contains the AT-URI of the block record |
| blockingByList | string (at-uri) | - | ❌ | if the actor blocks this DID via a block list, this is the AT-URI of the listblock record |
| blockedByList | string (at-uri) | - | ❌ | if the actor is blocked by this DID via a block list, contains the AT-URI of the listblock record |