{
	"type": "get_query",
	"query": "query"
}
{
	"type": "get_events",
	"source": "sourcename"
}
{
	"type": "get_day",
	"upto": "07:00"
}
{
	"type": "lookup_event",
	"source": "sourcename",
	"key": "localkey",
	"rkey": "remotekey",
	"prefix": "",
	"suffix": "",
	"startbuffer": 0,
	"endbuffer" : 0
}
{
	"type": "api_call",
	"url": ""
}
{
	"type": "lookup",
	"key": "localkey",
	"rkey": "remotekey",
	"prefix": "",
	"suffix": "",
	"format": "json",
	"url": ""
}
{
	"type": "timeframes",
	"condition": "cond",
 
}
{
	"type": "timeframes",
	"method": "split"
}
{
	"type": "groupframes",
	"groupby": "column",
	"as": "newname",
	"values": ["values_to_find"]
}
{
	"type": "combineframes",
	"with": "variablename",
	"method": "and/or/not",
}
{
	"type": "timesummary",
	"splitby": "splitcolumn",
	"inside": "name_of_inner_times",
	"outside": "name_of_outer_times",
	"where": "Optional filter for splitby",
	"name": "destination name if filter is met"
}