{
"type": "addDataSource",
"params": {
"table": {
"name": "bookings"
},
"source": {
"type": "insertOrUpdate",
"dataQuery": "items",
"request": {
"method": "GET",
"url": "https://example.mobilitysuite.de/dataSource",
"appendMosHeader": false
},
"update": {
"type": "polling",
"standardDuration": "standard",
"durations": {
"standard": 600
}
}
},
"success": "addSourceSuccess",
"error": "addSourceError"
}
}