mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-13 18:33:39 +00:00
add description information to params for processors
This commit is contained in:
@@ -25,8 +25,9 @@ func init() {
|
||||
Type: "object",
|
||||
Properties: map[string]*jsonschema.Schema{
|
||||
"expression": {
|
||||
Title: "Expression",
|
||||
Type: "string",
|
||||
Title: "Expression",
|
||||
Description: "Expr expression to evaluate",
|
||||
Type: "string",
|
||||
},
|
||||
},
|
||||
Required: []string{"expression"},
|
||||
|
||||
Reference in New Issue
Block a user