Start Object
{    
    "name": "Start Parameter Name",
    "version": "1.0.0",
    "parameter": "menu:http://link.to.menu",
    "welcome": "none"
}
| Property | Type | Default Value | Mandatory | Since Version | Description | 
|---|---|---|---|---|---|
| name | string | null | Yes | 0.1.0 | The name of the start parameter. This property is displayed at start parameter setup and should be used to show a short information about the start parameter (e.g.  | 
| version | string | null | Yes | 0.1.0 | The version of the start parameter. This property is displayed at start parameter setup and should be used to show the current version of the start parameter (e.g.  | 
| parameter | string | null | Yes | 0.1.0 | The start parameter. This property specifies which menu or content is loaded at startup. It must start with  Since version 0.1.65, you can also set a start parameter that contains the string  Since version 0.1.97, you can also set a start parameter that contains the string  Since version 0.1.97, you can also set a start parameter that starts with  Note: Please note that the auto-replacement feature only works for the start parameter file, for the other JSON files, you must always indicate full URLs (to avoid errors in cross-references). Additionally, please note that it is also possible to indicate request actions instead of URLs (e.g.  Please see Menu Root Object and Content Root Object for the data structures. | 
| welcome | string | "none" | No | 0.1.117 | The welcome type of the start parameter. If this property is set to  
 |