{
"id": "net.atchan.moderation.defs",
"defs": {
"pin": {
"type": "token",
"description": "Pin a thread to the top of its board."
},
"lock": {
"type": "token",
"description": "Lock a thread: it stops accepting replies at the label's creation time."
},
"move": {
"type": "token",
"description": "Countersigns a net.atchan.moderation.move record, whose subject is that record itself rather than a post. A move record is written to the acting moderator's own repo, where anyone could forge one, so it does nothing until a trusted labeler asserts this label on it."
},
"sage": {
"type": "token",
"description": "Sage a thread: freeze its bump order at the label's creation time."
},
"spoiler": {
"type": "token",
"description": "Mark a post as untagged NSFW content: its embed is spoilered behind a cover on boards not tagged permissive."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}