fix schema for router.input

This commit is contained in:
Joel Wetzell
2026-03-14 09:05:22 -05:00
parent b6ec615e40
commit b6c1c5c600

View File

@@ -660,13 +660,13 @@
"params": {
"type": "object",
"properties": {
"module": {
"source": {
"title": "Source",
"type": "string",
"description": "source to report as to the router"
}
},
"required": ["module"]
"required": ["source"]
}
},
"required": ["type", "params"],