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