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