YANGTOOLS-804: Netconf payload fails to render in JSON for anyxml
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / bug8927 / json / complex_array_with_other_elements.json
1 {
2     "bug8927:foo": {
3         "alarm-information": {
4             "alarm-summary": {
5                 "active-alarm-count": ""
6             },
7             "alarm-detail":[ {
8                 "alarm-time": "2017-08-02 19:03:44 UTC",
9                 "alarm-class": "Minor",
10                 "alarm-description": "desc",
11                 "alarm-short-description": "gnf-creation",
12                 "alarm-type": "License"
13             },
14             {
15                 "alarm-time": "2017-07-25 16:04:31 UTC",
16                 "alarm-class": "Minor",
17                 "alarm-description": "VMHost RE 0 host application failed",
18                 "alarm-short-description": "VMHost RE 0 host ap",
19                 "alarm-type": "Chassis"
20             },
21             {
22                 "alarm-time": "2017-07-25 16:04:31 UTC",
23                 "alarm-class": "Major",
24                 "alarm-description": "PDM 0 incompatible with chassis type",
25                 "alarm-short-description": "PDM 0 incompatible",
26                 "alarm-type": "Chassis"
27             },
28             {
29                 "alarm-time": "2017-07-25 16:04:31 UTC",
30                 "alarm-class": "Major",
31                 "alarm-description": "PDM 1 incompatible with chassis type",
32                 "alarm-short-description": "PDM 1 incompatible",
33                 "alarm-type": "Chassis"
34             },
35             {
36                 "alarm-time": "2017-07-25 16:04:31 UTC",
37                 "alarm-class": "Major",
38                 "alarm-description": "PDM 2 incompatible with chassis type",
39                 "alarm-short-description": "PDM 2 incompatible",
40                 "alarm-type": "Chassis"
41             },
42             {
43                 "alarm-time": "2017-07-25 16:04:31 UTC",
44                 "alarm-class": "Major",
45                 "alarm-description": "PDM 3 incompatible with chassis type",
46                 "alarm-short-description": "PDM 3 incompatible",
47                 "alarm-type": "Chassis"
48             },
49             {
50                 "alarm-time": "2017-07-25 16:04:31 UTC",
51                 "alarm-class": "Major",
52                 "alarm-description": "No Input Feed Selected for PSM 1",
53                 "alarm-short-description": "No Input Feed Selec",
54                 "alarm-type": "Chassis"
55             },
56             {
57                 "alarm-time": "2017-07-25 16:04:31 UTC",
58                 "alarm-class": "Major",
59                 "alarm-description": "No Input Feed Selected for PSM 2",
60                 "alarm-short-description": "No Input Feed Selec",
61                 "alarm-type": "Chassis"
62             },
63             {
64                 "alarm-time": "2017-07-25 16:04:31 UTC",
65                 "alarm-class": "Major",
66                 "alarm-description": "No Input Feed Selected for PSM 3",
67                 "alarm-short-description": "No Input Feed Selec",
68                 "alarm-type": "Chassis"
69             },
70             {
71                 "alarm-time": "2017-07-25 16:04:31 UTC",
72                 "alarm-class": "Major",
73                 "alarm-description": "No Input Feed Selected for PSM 4",
74                 "alarm-short-description": "No Input Feed Selec",
75                 "alarm-type": "Chassis"
76             },
77             {
78                 "alarm-time": "2017-07-25 16:04:31 UTC",
79                 "alarm-class": "Major",
80                 "alarm-description": "No Input Feed Selected for PSM 10",
81                 "alarm-short-description": "No Input Feed Selec",
82                 "alarm-type": "Chassis"
83             },
84             {
85                 "alarm-time": "2017-07-25 16:04:31 UTC",
86                 "alarm-class": "Major",
87                 "alarm-description": "No Input Feed Selected for PSM 11",
88                 "alarm-short-description": "No Input Feed Selec",
89                 "alarm-type": "Chassis"
90             },
91             {
92                 "alarm-time": "2017-07-25 16:04:31 UTC",
93                 "alarm-class": "Major",
94                 "alarm-description": "No Input Feed Selected for PSM 12",
95                 "alarm-short-description": "No Input Feed Selec",
96                 "alarm-type": "Chassis"
97             },
98             {
99                 "alarm-time": "2017-07-25 16:04:31 UTC",
100                 "alarm-class": "Major",
101                 "alarm-description": "No Input Feed Selected for PSM 13",
102                 "alarm-short-description": "No Input Feed Selec",
103                 "alarm-type": "Chassis"
104             },
105             {
106                 "alarm-time": "2017-07-25 16:04:31 UTC",
107                 "alarm-class": "Minor",
108                 "alarm-description": "VMHost RE 1 host application failed",
109                 "alarm-short-description": "VMHost RE 1 host ap",
110                 "alarm-type": "Chassis"
111             },
112             {
113                 "alarm-time": "2017-07-25 16:04:31 UTC",
114                 "alarm-class": "Minor",
115                 "alarm-description": "Check plane 1 Fabric Chip",
116                 "alarm-short-description": "Check plane 1 FCHIP",
117                 "alarm-type": "Chassis"
118             }
119             ]
120         }
121     }
122 }