summaryrefslogtreecommitdiffstats
path: root/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/src/test/resources/data/MapExampleAddressInvalidFields.json
blob: a1a70e95abc82c04ed3ca5136e5e52f943a15041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "address.0" : {
        "street-address" : "1600 Pennsylvania Avenue",
        "the.city" : "Washington DC",
        "the:code" : "12345"
    },
    "address.1" : {
        "street-address" : "Somewhere",
        "the.city" : "Over the rainbow",
        "the:code" : "BlueBird"
    },
    "address.2" : {
        "street-address" : "221 B Baker St.",
        "the.city" : "London",
        "the:code" : "NW1"
    },
    "address.3" : {
        "street-address" : "Wayne Manor",
        "the.city" : "Gotham City",
        "the:code" : "BatCave7"
    }
}