19 lines
237 B
JSON
19 lines
237 B
JSON
|
{
|
||
|
"completed": [
|
||
|
"example.type.foo"
|
||
|
],
|
||
|
"flows": [
|
||
|
{
|
||
|
"stages": [
|
||
|
"example.type.foo"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"params": {
|
||
|
"example.type.baz": {
|
||
|
"example_key": "foobar"
|
||
|
}
|
||
|
},
|
||
|
"session": "xxxxxxyz"
|
||
|
}
|