|=== |Path|Type|Description |`+springBootVersion+` |`+String+` |Spring Boot version for this application. |`+timeline.startTime+` |`+String+` |Start time of the application. |`+timeline.events+` |`+Array+` |An array of steps collected during application startup so far. |`+timeline.events.[].startTime+` |`+String+` |The timestamp of the start of this event. |`+timeline.events.[].endTime+` |`+String+` |The timestamp of the end of this event. |`+timeline.events.[].duration+` |`+String+` |The precise duration of this event. |`+timeline.events.[].startupStep.name+` |`+String+` |The name of the StartupStep. |`+timeline.events.[].startupStep.id+` |`+Number+` |The id of this StartupStep. |`+timeline.events.[].startupStep.parentId+` |`+Number+` |The parent id for this StartupStep. |`+timeline.events.[].startupStep.tags+` |`+Array+` |An array of key/value pairs with additional step info. |`+timeline.events.[].startupStep.tags[].key+` |`+String+` |The key of the StartupStep Tag. |`+timeline.events.[].startupStep.tags[].value+` |`+String+` |The value of the StartupStep Tag. |===