aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/avsc/ArrayExampleAddress.avsc
blob: 0967d6210354cd47ac723b024ce20a474e9ec761 (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"}
			]
	}
}