1a06ec6c5ef2f78271b2da04374ebfb2446cd0dd
[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     "CustomBoolean": {
8         "flag": false
9     },
10     "CustomByte": {
11         "byteValue": -128
12     },
13     "CustomDate0": {
14         "time": 1499868391,
15         "year": 1970,
16         "month": 0,
17         "day": 18,
18         "hour": 8,
19         "minute": 37,
20         "second": 48,
21         "milliSecond": 391
22     },
23     "CustomDate1": {
24         "dateValue": {
25             "time": 1499868391,
26             "year": 1970,
27             "month": 0,
28             "day": 18,
29             "hour": 8,
30             "minute": 37,
31             "second": 48,
32             "milliSecond": 391
33         },
34         "timeZoneString": "Greenwich Mean Time",
35         "dst": true
36     },
37     "CustomDate2": {
38         "dateValue": {
39             "time": 1499868391,
40             "year": 1970,
41             "month": 0,
42             "day": 18,
43             "hour": 8,
44             "minute": 37,
45             "second": 48,
46             "milliSecond": 391
47         },
48         "timeZoneString": "Greenwich Mean Time",
49         "dst": false,
50         "utcOffset": 0,
51         "localeLanguage": "en",
52         "localeCountry": ""
53     },
54     "CustomDouble": {
55         "doubleValue": 6.71000001E8
56     },
57     "CustomFloat": {
58         "floatValue": 3000001.0
59     },
60     "CustomInteger": {
61         "intValue": -9876542
62     },
63     "CustomJLong": {
64         "longValue": 9223372036854775807
65     },
66     "CustomLong": {
67         "longValue": 9223372036854775807
68     },
69     "CustomMap": {
70         "mapValue": {
71             "hello": "goodbye",
72             "here": "there",
73             "now": "then",
74             "love": "hate",
75             "summer": "winter",
76             "good": "bad"
77         }
78     },
79     "CustomSet": {
80         "setValue": [
81             "I",
82             "a",
83             "bear",
84             "beard",
85             "cuddly",
86             "once",
87             "saw",
88             "with"
89         ]
90     },
91     "CustomString": {
92         "stringValue": "I Wandered Lonely as a Cloud added to end of string"
93     },
94     "JavaBoolean": true,
95     "JavaByte": -127,
96     "JavaDouble": 1.2345E67,
97     "JavaFloat": 2.0E23,
98     "JavaInteger": 1234568,
99     "JavaLong": 1234567890124,
100     "JavaShort": 32001,
101     "JavaString": "The four green provinces of Ireland added to end of string"
102 }