mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-27 10:39:25 -04:00
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"
|
|
}
|