aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/dashboard/import-stubs/services-only.json
blob: d95f3ef443f525b6c5e0362a4102322b1364d972 (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
27
28
29
30
31
32
33
34
35
36
37
38
{
  "username": "John",
  "lastname": "Doe",
  "mail": "john.doe@ferdium.org",
  "services": [
    {
      "id": 5641,
      "userId": "1234",
      "serviceId": "d6901fff-ec44-4251-93de-d7103ed9c44b",
      "name": "random-service-1",
      "recipeId": "random-service-1",
      "settings": "{}",
      "created_at": "2022-06-21 08:29:13",
      "updated_at": "2022-07-19 15:47:16"
    },
    {
      "id": 2134,
      "userId": "1234",
      "serviceId": "d6901fff-ec44-4251-93de-d7103ed9c44b",
      "name": "random-service-1",
      "recipeId": "random-service-1",
      "settings": "{}",
      "created_at": "2022-06-21 08:29:13",
      "updated_at": "2022-07-19 15:47:16"
    },
    {
      "id": 5343,
      "userId": "1234",
      "serviceId": "d6901fff-ec44-4251-93de-d7103ed9c44b",
      "name": "random-service-1",
      "recipeId": "random-service-1",
      "settings": "{}",
      "created_at": "2022-06-21 08:29:13",
      "updated_at": "2022-07-19 15:47:16"
    }
  ],
  "workspaces": []
}