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