2ea27e340a
* lexicons * clean up old admin schemas * codegen * renaming all routes * fix more * fix snaps * fix test * format * hook up ozone routes on pds * publish next version * build branch * dont build branch
25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "tools.ozone.moderation.getEvent",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"description": "Get details about a moderation event.",
|
|
"parameters": {
|
|
"type": "params",
|
|
"required": ["id"],
|
|
"properties": {
|
|
"id": { "type": "integer" }
|
|
}
|
|
},
|
|
"output": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "ref",
|
|
"ref": "tools.ozone.moderation.defs#modEventViewDetail"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|