README.md in avro_turf-0.4.1 vs README.md in avro_turf-0.5.0
- old
+ new
@@ -79,11 +79,13 @@
```json
// person_list.avsc
{
"name": "person_list",
- "type": "array",
- "items": "person"
+ "type": {
+ "type": "array",
+ "items": "person"
+ }
}
```
There's no reason to copy-paste the `person` schema into the `person_list` schema, as you can reference it directly.