{ "cuelist": [ { "id": 1, "name": "Q1", "type": "space", "description": "Annonce", "audioFile": "assets/q1.mp3", "loop": true }, { "id": 2, "name": "Q2", "type": "headphone", "description": "Guide for drink", "auto": true, "audioFile": "assets/q2.mp3", "nextcue": 3 }, { "id": 3, "name": "Q3", "description": "Guide for phone", "type": "headphone", "auto": false, "audioFile": "assets/q3.mp3" }, { "id": 4, "name": "Q4", "type": "phone", "description": "Guide to construct scene", "auto": true, "audioFile": "assets/q4.mp3", "nextcue": 4.1 }, { "id": 4.1, "name": "Q4.1", "type": "chat", "description": "c1", "auto": true, "duration": 40, "nextcue": 4.2 }, { "id": 4.2, "name": "Q4.2", "type": "chat", "description": "c2", "auto": true, "duration": 40, "nextcue": 4.3 }, { "id": 4.3, "name": "Q4.3", "type": "chat", "description": "c3", "auto": true, "duration": 40, "nextcue": 5 }, { "id": 5, "name": "Q5", "type": "phone", "description": "Guide to call", "audioFile": "assets/q5.mp3", "auto": true, "nextcue": 5.1 }, { "id": 5.1, "name": "Q5.1", "type": "chat", "description": "call", "duration": 60, "auto": true, "nextcue": 6 }, { "id": 6, "name": "Q6", "type": "space", "description": "Ending", "audioFile": "assets/q6.mp3" } ] }