summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export/project.light.json
blob: a78836c3c3456314c53fbc595c5a9a01184d6061 (plain)
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
39
40
41
42
43
44
45
46
47
48
{
  "description": "Nisi et repellendus ut enim quo accusamus vel magnam.",
  "visibility_level": 10,
  "archived": false,
  "labels": [
    {
      "id": 2,
      "title": "test2",
      "color": "#428bca",
      "project_id": 8,
      "created_at": "2016-07-22T08:55:44.161Z",
      "updated_at": "2016-07-22T08:55:44.161Z",
      "template": false,
      "description": "",
      "type": "ProjectLabel",
      "priorities": [
      ]
    },
    {
      "id": 3,
      "title": "test3",
      "color": "#428bca",
      "group_id": 8,
      "created_at": "2016-07-22T08:55:44.161Z",
      "updated_at": "2016-07-22T08:55:44.161Z",
      "template": false,
      "description": "",
      "project_id": null,
      "type": "GroupLabel",
      "priorities": [
        {
          "id": 1,
          "project_id": 5,
          "label_id": 1,
          "priority": 1,
          "created_at": "2016-10-18T09:35:43.338Z",
          "updated_at": "2016-10-18T09:35:43.338Z"
        }
      ]
    }
  ],
  "snippets": [

  ],
  "hooks": [

  ]
}