e043ea1e2e345dfd585e0b780d13e1a425bf23cb
[policy/apex-pdp.git] /
1 {
2     "name": "Test_OutputEvent",
3     "version": "0.0.1",
4     "nameSpace": "org.onap.policy.apex.test",
5     "source": "External",
6     "target": "Apex",
7     "AvroArray": [
8         "I",
9         "once",
10         "saw",
11         "a",
12         "cuddly",
13         "bear"
14     ],
15     "AvroBoolean": true,
16     "AvroByte": -127.0,
17     "AvroDouble": 1.2345E67,
18     "AvroFloat": 1.9999999999999998E23,
19     "AvroInteger": 1234568.0,
20     "AvroLong": 1.234567890124E12,
21     "AvroMap": {
22         "address3": "This is the third address",
23         "address2": "This is the second address",
24         "address1": "This is the first address",
25         "address0": "This is the zeroth address"
26     },
27     "AvroShort": 32001.0,
28     "AvroString": "The four green provinces of Ireland added to end of string",
29     "CustomALong": {
30         "longValue": 9.223372036854776E18
31     },
32     "CustomBoolean": {
33         "flag": true
34     },
35     "CustomByte": {
36         "byteValue": 128.0
37     },
38     "CustomDate0": {
39         "time": 1.499424303E9,
40         "year": 1922.0,
41         "month": 12.0,
42         "day": 6.0,
43         "hour": 10.0,
44         "minute": 45.0,
45         "second": 2.0,
46         "milliSecond": 123.0
47     },
48     "CustomDate1": {
49         "dateValue": {
50             "time": 1.499424303E9,
51             "year": 1922.0,
52             "month": 12.0,
53             "day": 6.0,
54             "hour": 10.0,
55             "minute": 45.0,
56             "second": 2.0,
57             "milliSecond": 123.0
58         },
59         "dst": true,
60         "timeZoneString": "Europe/Dublin"
61     },
62     "CustomDate2": {
63         "dateValue": {
64             "time": 1.499424303E9,
65             "year": 1922.0,
66             "month": 12.0,
67             "day": 6.0,
68             "hour": 10.0,
69             "minute": 45.0,
70             "second": 2.0,
71             "milliSecond": 123.0
72         },
73         "dst": true,
74         "timeZoneString": "Europe/Dublin",
75         "utcOffset": 3600000.0,
76         "localeLanguage": "EN",
77         "localeCountry": "IE"
78     },
79     "CustomDouble": {
80         "doubleValue": 6.71000001E8
81     },
82     "CustomFloat": {
83         "floatValue": 3000000.0
84     },
85     "CustomInteger": {
86         "intValue": -9876542.0
87     },
88     "CustomLong": {
89         "longValue": 9.223372036854776E18
90     },
91     "CustomMap": {
92         "mapValue": {
93             "here": "there",
94             "love": "hate",
95             "hello": "goodbye",
96             "good": "bad",
97             "summer": "winter",
98             "now": "then"
99         }
100     },
101     "CustomSet": {
102         "setValue": [
103             "I",
104             "once",
105             "saw",
106             "a",
107             "cuddly",
108             "bear",
109             "with",
110             "a",
111             "beard"
112         ]
113     },
114     "CustomString": {
115         "stringValue": "I Wandered Lonely as a Cloud added to end of string"
116     }
117 }