app.bsky.labeler.service
#main
Properties
A declaration of the existence of labeler service.
Use com.atproto.repo.createRecord to create a record.
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
policies | app.bsky.labeler.defs#labelerPolicies | - | ✅ | - |
labels | union of com.atproto.label.defs#selfLabels | - | ❌ | - |
createdAt | string (datetime) | - | ✅ | - |
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. |
Output
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
ref | com.atproto.repo.strongRef | - | ✅ | - |