mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-20 05:28:58 +00:00
add description information to params for processors
This commit is contained in:
@@ -20,8 +20,8 @@ func init() {
|
||||
Properties: map[string]*jsonschema.Schema{
|
||||
"module": {
|
||||
Title: "Module ID",
|
||||
Type: "string",
|
||||
Description: "ID of module to send output to",
|
||||
Type: "string",
|
||||
},
|
||||
},
|
||||
Required: []string{"module"},
|
||||
|
||||
Reference in New Issue
Block a user