bridgy-fed/lexicons/com/atproto/report/reasonType.json

22 wiersze
484 B
JSON

{
"lexicon": 1,
"id": "com.atproto.report.reasonType",
"defs": {
"main": {
"type": "string",
"knownValues": [
"com.atproto.report.reasonType#spam",
"com.atproto.report.reasonType#other"
]
},
"spam": {
"type": "token",
"description": "Moderation report reason: Spam."
},
"other": {
"type": "token",
"description": "Moderation report reason: Other."
}
}
}