UNPKG

316 BJSONView Raw
1{
2 "properties": {
3 "error": {
4 "type": "object",
5 "properties": {
6 "token": {
7 "description": "User Session Token",
8 "type": "string"
9 },
10 "reload": {
11 "description": "UI reload trigger signal",
12 "type": "boolean"
13 }
14 }
15 }
16 }
17}