summaryrefslogtreecommitdiffstats
path: root/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/src/test/resources/avsc/ArrayExampleAddress.avsc
blob: b3f1545420974e7dbffd551932cfb09c850ad0ca (plain)
1
2
3
4
5
6
7
8
9
10
{
    "type": "array", "items": {
        "type" : "record",
        "name" : "AddressUSRecord",
        "fields" : [
            {"name": "streetaddress", "type": "string"},
            {"name": "city", "type": "string"}
            ]
    }
}