Reports Extension
Reporting can be used to report content to moderators or administrators of a remote instance for review.
When an instance receives a report, it should be reviewed by a moderator or administrator.
Entity Definition
This entity is a Transient Entity.
- Name
type- Required
- Required
- Type
- string
- Description
Must be
pub.versia:reports/Report.
- Name
reported- Required
- Required
- Type
- Reference[]
- Description
References to the content being reported.
- Name
comment- Type
- string
- Description
Additional comments about the report. Can be used to provide more context or details.
Example Report
{
"type": "pub.versia:reports/Report",
"author": "6f3001a1-641b-4763-a9c4-a089852eec84",
"reported": [
"test.com:46f936a3-9a1e-4b02-8cde-0902a89769fa",
"test.com:213d7c56-fb9b-4646-a4d2-7d70aa7d106a"
],
"tags": [
"spam",
"harassment"
],
"comment": "This is spam."
}