mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-17 04:13:22 +00:00
add description information to params for modules
This commit is contained in:
@@ -22,8 +22,10 @@ func init() {
|
||||
Type: "object",
|
||||
Properties: map[string]*jsonschema.Schema{
|
||||
"dsn": {
|
||||
Type: "string",
|
||||
MinLength: new(1),
|
||||
Title: "Data Source Name",
|
||||
Description: "the data source name (DSN) for the SQLite database",
|
||||
Type: "string",
|
||||
MinLength: new(1),
|
||||
},
|
||||
},
|
||||
Required: []string{"dsn"},
|
||||
|
||||
Reference in New Issue
Block a user