tools.ozone.moderation.defs
#modEventView
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
id | integer | - | ✅ | - |
event | union of #modEventTakedown #modEventReverseTakedown #modEventComment #modEventReport #modEventLabel #modEventAcknowledge #modEventEscalate #modEventMute #modEventUnmute #modEventMuteReporter #modEventUnmuteReporter #modEventEmail #modEventResolveAppeal #modEventDivert #modEventTag #accountEvent #identityEvent #recordEvent | - | ✅ | - |
subject | union of com.atproto.admin.defs#repoRef com.atproto.repo.strongRef chat.bsky.convo.defs#messageRef | - | ✅ | - |
subjectBlobCids | array of string | - | ✅ | - |
createdBy | string (did) | - | ✅ | - |
createdAt | string (datetime) | - | ✅ | - |
creatorHandle | string | - | ❌ | - |
subjectHandle | string | - | ❌ | - |
#modEventViewDetail
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
id | integer | - | ✅ | - |
event | union of #modEventTakedown #modEventReverseTakedown #modEventComment #modEventReport #modEventLabel #modEventAcknowledge #modEventEscalate #modEventMute #modEventUnmute #modEventMuteReporter #modEventUnmuteReporter #modEventEmail #modEventResolveAppeal #modEventDivert #modEventTag #accountEvent #identityEvent #recordEvent | - | ✅ | - |
subject | union of #repoView #repoViewNotFound #recordView #recordViewNotFound | - | ✅ | - |
subjectBlobs | array of #blobView | - | ✅ | - |
createdBy | string (did) | - | ✅ | - |
createdAt | string (datetime) | - | ✅ | - |
#subjectStatusView
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
id | integer | - | ✅ | - |
subject | union of com.atproto.admin.defs#repoRef com.atproto.repo.strongRef | - | ✅ | - |
hosting | union of #accountHosting #recordHosting | - | ❌ | - |
subjectBlobCids | array of string | - | ❌ | - |
subjectRepoHandle | string | - | ❌ | - |
updatedAt | string (datetime) | - | ✅ | Timestamp referencing when the last update was made to the moderation status of the subject |
createdAt | string (datetime) | - | ✅ | Timestamp referencing the first moderation status impacting event was emitted on the subject |
reviewState | #subjectReviewState | - | ✅ | - |
comment | string | - | ❌ | Sticky comment on the subject. |
muteUntil | string (datetime) | - | ❌ | - |
muteReportingUntil | string (datetime) | - | ❌ | - |
lastReviewedBy | string (did) | - | ❌ | - |
lastReviewedAt | string (datetime) | - | ❌ | - |
lastReportedAt | string (datetime) | - | ❌ | - |
lastAppealedAt | string (datetime) | - | ❌ | Timestamp referencing when the author of the subject appealed a moderation action |
takendown | boolean | - | ❌ | - |
appealed | boolean | - |