aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/dashboard/import-stubs/services-workspaces.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/dashboard/import-stubs/services-workspaces.json')
-rw-r--r--tests/functional/dashboard/import-stubs/services-workspaces.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/tests/functional/dashboard/import-stubs/services-workspaces.json b/tests/functional/dashboard/import-stubs/services-workspaces.json
new file mode 100644
index 0000000..54c6889
--- /dev/null
+++ b/tests/functional/dashboard/import-stubs/services-workspaces.json
@@ -0,0 +1,64 @@
1{
2 "username": "John",
3 "lastname": "Doe",
4 "mail": "john.doe@ferdium.org",
5 "services": [
6 {
7 "id": 5641,
8 "userId": "1234",
9 "serviceId": "d6901fff-ec44-4251-93de-d7103ed9c44b",
10 "name": "random-service-1",
11 "recipeId": "random-service-1",
12 "settings": "{}",
13 "created_at": "2022-06-21 08:29:13",
14 "updated_at": "2022-07-19 15:47:16"
15 },
16 {
17 "id": 2134,
18 "userId": "1234",
19 "serviceId": "79769de5-a998-4af1-b7d0-89956a15b0ed",
20 "name": "random-service-2",
21 "recipeId": "random-service-2",
22 "settings": "{}",
23 "created_at": "2022-06-21 08:29:13",
24 "updated_at": "2022-07-19 15:47:16"
25 },
26 {
27 "id": 5343,
28 "userId": "1234",
29 "serviceId": "0ac973f8-40dc-4760-b2c2-55e1d2943747",
30 "name": "random-service-3",
31 "recipeId": "random-service-3",
32 "settings": "{}",
33 "created_at": "2022-06-21 08:29:13",
34 "updated_at": "2022-07-19 15:47:16"
35 }
36 ],
37 "workspaces": [
38 {
39 "name": "workspace1",
40 "order": 0,
41 "services": [],
42 "data": "{\"name\":\"workspace1\"}"
43 },
44 {
45 "name": "workspace2",
46 "order": 0,
47 "services": [
48 "d6901fff-ec44-4251-93de-d7103ed9c44b",
49 "79769de5-a998-4af1-b7d0-89956a15b0ed"
50 ],
51 "data": "{\"name\":\"workspace2\"}"
52 },
53 {
54 "name": "workspace3",
55 "order": 0,
56 "services": [
57 "d6901fff-ec44-4251-93de-d7103ed9c44b",
58 "79769de5-a998-4af1-b7d0-89956a15b0ed",
59 "0ac973f8-40dc-4760-b2c2-55e1d2943747"
60 ],
61 "data": "{\"name\":\"workspace3\"}"
62 }
63 ]
64}