mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-25 15:59:00 +00:00
add description information to params for processors
This commit is contained in:
@@ -19,12 +19,14 @@ func init() {
|
||||
Type: "object",
|
||||
Properties: map[string]*jsonschema.Schema{
|
||||
"module": {
|
||||
Title: "Module ID",
|
||||
Type: "string",
|
||||
Title: "Module ID",
|
||||
Description: "ID of the key-value module to set the value in",
|
||||
Type: "string",
|
||||
},
|
||||
"key": {
|
||||
Title: "Key",
|
||||
Type: "string",
|
||||
Title: "Key",
|
||||
Description: "key to set in the key-value module",
|
||||
Type: "string",
|
||||
},
|
||||
},
|
||||
Required: []string{"module", "key"},
|
||||
|
||||
Reference in New Issue
Block a user