Merge "e2e test for instantiation template"
[vid.git] / vid-webpack-master / cypress / support / jsonBuilders / mocks / jsons / aaiGetModelsByServiceType.json
1 {
2   "inventory-response-item": [
3     {
4       "service-subscription": {
5         "service-type": "TYLER SILVIA",
6         "resource-version": "1494001841964"
7       },
8       "extra-properties": {},
9       "inventory-response-items": {
10         "inventory-response-item":[
11           {
12             "model-name": "RG_11-18_vccf_srvc",
13             "service-instance": {
14               "service-instance-id": "b9769e8f-70aa-4b05-8988-64044aa63498",
15               "service-instance-name": "TestCharlie",
16               "model-invariant-id": "4af418a9-c2f5-4fae-a577-b69d6341eee8",
17               "model-version-id": "745d1bf1-9ed1-413f-8111-f1e984ad63fb",
18               "resource-version": "1494002070115"
19             },
20             "extra-properties": {
21               "extra-property": [
22                 {
23                   "property-name": "model-ver.model-description",
24                   "property-value": "Service for vccf"
25                 },
26                 {
27                   "property-name": "model-ver.model-version-id",
28                   "property-value": "745d1bf1-9ed1-413f-8111-f1e984ad63fb"
29                 },
30                 {
31                   "property-name": "model-ver.model-name",
32                   "property-value": "RG_11-18_vccf_srvc"
33                 },
34                 {
35                   "property-name": "model.model-type",
36                   "property-value": "service"
37                 },
38                 {
39                   "property-name": "model.model-invariant-id",
40                   "property-value": "4af418a9-c2f5-4fae-a577-b69d6341eee8"
41                 },
42                 {
43                   "property-name": "model.model-description"
44                 },
45                 {
46                   "property-name": "model-ver.model-version",
47                   "property-value": "1.0"
48                 }
49               ]
50             }
51           }
52         ]
53       }
54     }
55   ]
56 }
57
58