Plugin Options
Properties
| Name | Type | Description | Required |
|---|---|---|---|
| port | integer |
||
| clientTimeout | integer |
||
| plugins | object[] |
Additional Properties: not allowed
Example
{ "plugins": [ { "options": {} } ]}plugins[]: array
Items
Item Properties
| Name | Type | Description | Required |
|---|---|---|---|
| name | string |
yes | |
| required | boolean |
no | |
| token | string |
no | |
| options | object |
yes |
Item Additional Properties: not allowed
Example
[ { "options": {} }]plugins[].options: object
Additional Properties: allowed