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