aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/dashboard/import-stubs/workspaces-only.ferdium-data
blob: cf0fca0e78bbc5d35d1b63b58110a247b0ef3708 (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"}
    }
  ]
}