Skip to main content

app.bsky.labeler.defs

#labelerView

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)--
cidstring (cid)--
creatorapp.bsky.actor.defs#profileView--
likeCountinteger--
viewer#labelerViewerState--
indexedAtstring (datetime)--
labelsarray of com.atproto.label.defs#label--

#labelerViewDetailed

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)--
cidstring (cid)--
creatorapp.bsky.actor.defs#profileView--
policiesapp.bsky.labeler.defs#labelerPolicies--
likeCountinteger--
viewer#labelerViewerState--
indexedAtstring (datetime)--
labelsarray of com.atproto.label.defs#label--
reasonTypesarray 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.
subjectTypesarray of com.atproto.moderation.defs#subjectType-The set of subject types (account, record, etc) this service accepts reports on.
subjectCollectionsarray 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

PropertyTypeKnown ValuesRequiredDescription
likestring (at-uri)--

#labelerPolicies

PropertyTypeKnown ValuesRequiredDescription
labelValuesarray of com.atproto.label.defs#labelValue-The label values which this labeler publishes. May include global or custom labels.
labelValueDefinitionsarray 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.