aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/integration/integration-uservice-test/src/test/resources/events/Context_AvroEventAlbum_EventIn.json
blob: 456b80aa126c29be3dacbe8292d81cddcb88bd26 (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
{
    "nameSpace": "org.onap.policy.apex.test",
    "name": "Test_InputEvent",
    "version": "0.0.1",
    "source": "test",
    "target": "apex",
    "CustomMap": {
        "mapValue": {
            "hello": "goodbye",
            "here": "there",
            "now": "then"
        }
    },
    "AvroMap": {
        "address0": "This is the zeroth address",
        "address1": "This is the first address",
        "address2": "This is the second address",
        "address3": "This is the third address"
    },
    "CustomDate0": {
        "time": 1499424303,
        "year": 2017,
        "month": 6,
        "day": 7,
        "hour": 10,
        "minute": 45,
        "second": 2,
        "milliSecond": 123
    },
    "CustomDate2": {
        "dateValue": {
            "time": 1499424303,
            "year": 2017,
            "month": 6,
            "day": 7,
            "hour": 10,
            "minute": 45,
            "second": 2,
            "milliSecond": 123
        },
        "timeZoneString": "Europe/Dublin",
        "dst": true,
        "utcOffset": 3600000,
        "localeLanguage": "EN",
        "localeCountry": "IE"
    },
    "CustomDate1": {
        "dateValue": {
            "time": 1499424303,
            "year": 2017,
            "month": 6,
            "day": 7,
            "hour": 10,
            "minute": 45,
            "second": 2,
            "milliSecond": 123
        },
        "timeZoneString": "Europe/Dublin",
        "dst": true
    },
    "CustomBoolean": {
        "flag": false
    },
    "CustomDouble": {
        "doubleValue": 6.71E8
    },
    "CustomLong": {
        "longValue": 9223372036854775807
    },
    "CustomString": {
        "stringValue": "I Wandered Lonely as a Cloud"
    },
    "CustomALong": {
        "longValue": 9223372036854775807
    },
    "CustomInteger": {
        "intValue": -9876543
    },
    "CustomFloat": {
        "floatValue": 3E6
    },
    "CustomByte": {
        "byteValue": 127
    },
    "CustomSet": {
        "setValue": [
            "I",
            "once",
            "saw",
            "a",
            "cuddly",
            "bear"
        ]
    },
    "AvroArray": [
        "I",
        "once",
        "saw",
        "a",
        "cuddly",
        "bear"
    ],
    "AvroBoolean": false,
    "AvroByte": -128,
    "AvroShort": 32000,
    "AvroInteger": 1234567,
    "AvroLong": 1234567890123,
    "AvroFloat": 2e23,
    "AvroDouble": 1.2345e67,
    "AvroString": "The four green provinces of Ireland"
}