app.bsky.labeler.defs
#labelerView
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
uri | string (at-uri) | - | ✅ | - |
cid | string (cid) | - | ✅ | - |
creator | app.bsky.actor.defs#profileView | - | ✅ | - |
likeCount | integer | - | ❌ | - |
viewer | #labelerViewerState | - | ❌ | - |
indexedAt | string (datetime) | - | ✅ | - |
labels | array of com.atproto.label.defs#label | - | ❌ | - |
#labelerViewDetailed
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
uri | string (at-uri) | - | ✅ | - |
cid | string (cid) | - | ✅ | - |
creator | app.bsky.actor.defs#profileView | - | ✅ | - |
policies | app.bsky.labeler.defs#labelerPolicies | - | ✅ | - |
likeCount | integer | - | ❌ | - |
viewer | #labelerViewerState | - | ❌ | - |
indexedAt | string (datetime) | - | ✅ | - |
labels | array of com.atproto.label.defs#label | - | ❌ | - |
#labelerViewerState
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
like | string (at-uri) | - | ❌ | - |
#labelerPolicies
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
labelValues | array of com.atproto.label.defs#labelValue | - | ✅ | The label values which this labeler publishes. May include global or custom labels. |
labelValueDefinitions | array of com.atproto.label.defs#labelValueDefinition | - | ❌ | Label values created by this labeler and scoped exclusively to it. Labels defined here will override global label definitions for this labeler. |