Step 5 - Timeline

This page provides details about timeline.json and its underlying validation rules along with a sample timeline.json file of a Bowling Alley VR Scene for your review

Here is the timeline.json template that is to be used for filling the scene requirement specifications.

{
	
     "animate_trigSync":{
                        "tsyncid":"",
						"tsOntrigger":"true", 
						"SyncObjList":[ ], 
						"tSyncNote":""
		    },
      "animate_nontrigSync":{
						"ntsyncid":"",
                        "ntsOntrigger":"false", "ntSyncObjList":[ ], "ntSyncNote":""
		    },
      "animate_trigAsync":{
						"tasyncid":"",
                        "taOntrigger":"true", "tAsyncObjList":[ ], "tAsyncNote":""
		    },
      "animate_nontrigAsync":{
						"ntasyncid":"",
                        "ntaOntrigger":"false", "ntAsyncObjList":[ ], "ntAsyncNote":""
		    },

	    
	   "routine": [     {  "routeid":"",    "starttime":"",   "endtime":"",  "order":[] }]
			
	   
	  
}

Here is the timelinevalidator.json with details about each specification along with its usage.

Here is a sample timeline.json file for a Bowling Alley VR Scene.

Last updated