blob: ce04e84aa63d010b0943103c79050c735e7788c3 [file] [log] [blame]
[
{
"apiUrl": "http://localhost:8000/api.appagent",
"playlist": [
{
"id": "0",
"requests": [
{
"setData": {
"source": "Dummy_DS",
"element": "string",
"content": "new_str1",
"tp": 4
}
}
]
},
{
"relativeTo": ["0"],
"id": "1",
"requests": [
{
"setData": {
"source": "Dummy_DS",
"element": "string",
"content": "new_str2",
"tp": 1
}
}
]
},
{
"relativeTo": ["0", "1"],
"id": "2",
"requests": [
{
"setData": {
"source": "Dummy_DS",
"element": "string",
"content": "new_str3",
"tp": 4
}
}
]
}
]
}
]