Rebuild SCUM plugin-owned data flow

This commit is contained in:
npc0-hue
2026-08-18 07:01:17 +08:00
parent 302f1f64b7
commit 98bf944f4c
39 changed files with 1832 additions and 223 deletions
@@ -3,12 +3,12 @@
"title": "SCUMAnnouncementPayload",
"type": "object",
"additionalProperties": false,
"required": ["message"],
"required": ["requestText"],
"properties": {
"message": {
"requestText": {
"type": "string",
"minLength": 1,
"maxLength": 500
"maxLength": 2048
}
}
}