| Field | Type | Description |
|---|---|---|
| name | string | The name of the parameter, which will be visible to the end user if visible_to_user is set to true. |
| default | string/number | The default value of the parameter. Also, the fixed value of the parameter if visible_to_user is set to false. |
| unit | string |
The unit of the parameter. This should be a valid unit with respect to the parameter kind. Some example units are:
|
| visible_to_user | number |
Whether or not this parameter is present within the final INTERCONNECT element. |
| annotate | boolean |
Whether or not this parameter is annotated on the final INTERCONNECT element. |
| min |
The minimum allowed parameter value. |
|
| max |
The maximum allowed parameter value. |