mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
fix schema for router.input
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user