mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-20 21:48:58 +00:00
add description information to params for processors
This commit is contained in:
@@ -20,8 +20,8 @@ func init() {
|
||||
Properties: map[string]*jsonschema.Schema{
|
||||
"source": {
|
||||
Title: "Source",
|
||||
Type: "string",
|
||||
Description: "source to report as to the router",
|
||||
Type: "string",
|
||||
},
|
||||
},
|
||||
Required: []string{"source"},
|
||||
|
||||
Reference in New Issue
Block a user