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 | - | ❌ | - |
reasonTypes | array of com.atproto.moderation.defs#reasonType | - | ❌ | The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed. |
subjectTypes | array of com.atproto.moderation.defs#subjectType | - | ❌ | The set of subject types (account, record, etc) this service accepts reports on. |
subjectCollections | array of string | - | ❌ | Set of record types (collection NSIDs) which can be reported to this service. If not defined (distinct from empty array), default is any record type. |
#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. |