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": {
|
"params": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"module": {
|
"source": {
|
||||||
"title": "Source",
|
"title": "Source",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "source to report as to the router"
|
"description": "source to report as to the router"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["module"]
|
"required": ["source"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["type", "params"],
|
"required": ["type", "params"],
|
||||||
|
|||||||
Reference in New Issue
Block a user