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