mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-02 19:58:59 +00:00
add description information to params for processors
This commit is contained in:
@@ -22,13 +22,13 @@ func init() {
|
||||
Properties: map[string]*jsonschema.Schema{
|
||||
"module": {
|
||||
Title: "Module ID",
|
||||
Type: "string",
|
||||
Description: "ID of the module to publish to",
|
||||
Type: "string",
|
||||
},
|
||||
"topic": {
|
||||
Title: "Topic",
|
||||
Description: "topic to publish to",
|
||||
Type: "string",
|
||||
Description: "Topic to publish to",
|
||||
},
|
||||
},
|
||||
Required: []string{"module", "topic"},
|
||||
|
||||
Reference in New Issue
Block a user