Add tests for schema which references to another schema file
[integration/csit.git] / tests / dcaegen2 / testcases / assets / json_events / ves7_valid_eventWithStndDefinedFields_to_schema_with_wrong_file_ref.json
1 {
2   "event": {
3     "commonEventHeader": {
4       "version": "4.1",
5       "vesEventListenerVersion": "7.2",
6       "domain": "stndDefined",
7       "eventId": "stndDefined-gNB_Nokia000001",
8       "eventName": "stndDefined-gNB-Nokia-PowerLost",
9       "stndDefinedNamespace": "3GPP-FaultSupervision",
10       "startEpochMicrosec": 1413378172000000,
11       "lastEpochMicrosec": 1413378172000000,
12       "reportingEntityName": "ibcx0001vm002oam001",
13       "sourceName": "scfx0001vm002cap001",
14       "sequence": 1,
15       "priority": "High"
16     },
17     "stndDefinedFields": {
18       "schemaReference": "https://forge.3gpp.org/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/faultMnS_wrong_file_reference.yaml#components/schemas/NotifyNewAlarm",
19       "data": {
20         "href": 1,
21         "uri": "1",
22         "notificationId": 1,
23         "notificationType": "notifyNewAlarm",
24         "eventTime": "xyz",
25         "systemDN": "xyz",
26         "probableCause": 1,
27         "perceivedSeverity": "INDETERMINATE",
28         "rootCauseIndicator": false,
29         "specificProblem": "xyz",
30         "correlatedNotifications": [],
31         "backedUpStatus": true,
32         "backUpObject": "xyz",
33         "trendIndication": "MORE_SEVERE",
34         "thresholdInfo": {
35           "observedMeasurement": "new",
36           "observedValue": 123
37         },
38         "stateChangeDefinition": {
39         },
40         "monitoredAttributes": {
41           "newAtt": "new"
42         },
43         "proposedRepairActions": "xyz",
44         "additionalText": "xyz",
45         "additionalInformation": {
46           "addInfo": "new"
47         },
48         "alarmId": "1",
49         "alarmType": "COMMUNICATIONS_ALARM"
50       },
51       "stndDefinedFieldsVersion": "1.0"
52     }
53   }
54 }