aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/categoryParametres.json
blob: 93a8bf5d61786746febeab196db6c7c69c3f289b (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
49
50
51
52
{
  "categoryParameters": {
    "lineOfBusiness": [
      {
        "id": "ECOMP",
        "name": "ECOMP"
      },
      {
        "id": "zzz1",
        "name": "zzz1"
      }
    ],
    "owningEntity": [
      {
        "id": "aaa1",
        "name": "aaa1"
      },
      {
        "id": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
        "name": "MetroPacketCore"
      },
      {
        "id": "Wireline",
        "name": "Wireline"
      }
    ],
    "project": [
      {
        "id": "DFW",
        "name": "DFW"
      },
      {
        "id": "x1",
        "name": "x1"
      },
      {
        "id": "yyy1",
        "name": "yyy1"
      }
    ],
    "platform": [
      {
        "id": "platform",
        "name": "platform"
      },
      {
        "id": "xxx1",
        "name": "xxx1"
      }
    ]
  }
}