aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/dashboard/import-stubs/workspaces-only.ferdium-data
blob: 13ea9c6d22745d4969302e34597144028f333ee2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "username": "John",
  "lastname": "Doe",
  "mail": "john.doe@ferdium.org",
  "services": [],
  "workspaces": [
    {
      "name": "workspace1",
      "order": 0,
      "services": [],
      "data": "{\"name\":\"workspace1\"}"
    },
    {
      "name": "workspace2",
      "order": 0,
      "services": [],
      "data": "{\"name\":\"workspace2\"}"
    },
    {
      "name": "workspace3",
      "order": 0,
      "services": [],
      "data": "{\"name\":\"workspace3\"}"
    }
  ]
}