a0f8549e672322af29ffb88f682f21b437dc9003
[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         "tzValue": "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         "tzValue": "Greenwich Mean Time",
49         "dst": false,
50         "utcOffset": 0,
51         "locale": "en"
52     },
53     "CustomDouble": {
54         "doubleValue": 6.71000001E8
55     },
56     "CustomFloat": {
57         "floatValue": 3000001.0
58     },
59     "CustomInteger": {
60         "intValue": -9876542
61     },
62     "CustomJLong": {
63         "longValue": -9223372036854775808
64     },
65     "CustomLong": {
66         "longValue": -9223372036854775808
67     },
68     "CustomMap": {
69         "mapValue": {
70             "hello": "goodbye",
71             "here": "there",
72             "now": "then",
73             "love": "hate",
74             "summer": "winter",
75             "good": "bad"
76         }
77     },
78     "CustomSet": {
79         "setValue": [
80             "I",
81             "a",
82             "bear",
83             "beard",
84             "cuddly",
85             "once",
86             "saw",
87             "with"
88         ]
89     },
90     "CustomString": {
91         "stringValue": "I Wandered Lonely as a Cloud added to end of string"
92     },
93     "JavaBoolean": true,
94     "JavaByte": -127,
95     "JavaDouble": 1.2345E67,
96     "JavaFloat": 2.0E23,
97     "JavaInteger": 1234568,
98     "JavaLong": 1234567890124,
99     "JavaShort": 32001,
100     "JavaString": "The four green provinces of Ireland added to end of string"
101 }