mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-10 00:43:39 +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{
|
||||
"separator": {
|
||||
Title: "Separator",
|
||||
Type: "string",
|
||||
Title: "Separator",
|
||||
Description: "separator to split the string on",
|
||||
Type: "string",
|
||||
},
|
||||
},
|
||||
Required: []string{"separator"},
|
||||
|
||||
Reference in New Issue
Block a user