atproto blogging
1{
2 "lexicon": 1,
3 "id": "tools.ozone.moderation.getEvent",
4 "defs": {
5 "main": {
6 "type": "query",
7 "description": "Get details about a moderation event.",
8 "parameters": {
9 "type": "params",
10 "required": [
11 "id"
12 ],
13 "properties": {
14 "id": {
15 "type": "integer"
16 }
17 }
18 },
19 "output": {
20 "encoding": "application/json",
21 "schema": {
22 "type": "ref",
23 "ref": "tools.ozone.moderation.defs#modEventViewDetail"
24 }
25 }
26 }
27 }
28}