Fix syntax error in schema example

This closes #3745

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
FaizFizy Rosle 2019-09-17 14:07:02 +08:00 committed by Mike Thomsen
parent 3686ee2a16
commit f6842a5200
No known key found for this signature in database
GPG Key ID: 88511C3D4CAD246F
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
"type": "record",
"fields": [
{ "name": "array_field", "type":
{ "type": "array", "items": string }
{ "type": "array", "items": "string" }
},
{ "name": "simple_field", "type": "string" }
]