Fix PRH CSITs with additionalFields
[integration/csit.git] / tests / dcaegen2 / prh-testcases / assets / json_events / event_with_missing_sourceName.json
1 {
2   "event": {
3     "commonEventHeader": {
4       "sourceName":""
5     },
6     "pnfRegistrationFields": {
7       "oamV4IpAddress":"10.18.123.234",
8       "oamV6IpAddress":"2001:0db8:85a3:0000:0000:8a2a:0370:7334",
9       "serialNumber":"",
10       "vendorName":"",
11       "modelNumber":"",
12       "unitType":"",
13       "additionalFields": {}
14     }
15   }
16 }