| array |
array |
array is the default value of the parameter if the parameter is an array. |
| collectionType |
string |
collectionType is the type of value this parameter holds - either a single value (a string) or a collection (array or map). If collectionType is set, only the field with that type will be used. If col |
| itemType |
string |
itemType determines the primitive data type represented by the parameter. Parameters are always encoded as strings, but this field lets them be interpreted as other primitive types. |
| map |
object |
map is the default value of the parameter if the parameter is a map. |
| name |
string |
name is the name identifying a parameter. |
| required |
boolean |
required defines if this given parameter is mandatory. |
| string |
string |
string is the default value of the parameter if the parameter is a string. |
| title |
string |
title is a human-readable text of the parameter name. |
| tooltip |
string |
tooltip is a human-readable description of the parameter. |