mirror of https://github.com/apache/nifi.git
Fix syntax error in schema example
This closes #3745 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
parent
3686ee2a16
commit
f6842a5200
|
@ -125,7 +125,7 @@
|
||||||
"type": "record",
|
"type": "record",
|
||||||
"fields": [
|
"fields": [
|
||||||
{ "name": "array_field", "type":
|
{ "name": "array_field", "type":
|
||||||
{ "type": "array", "items": string }
|
{ "type": "array", "items": "string" }
|
||||||
},
|
},
|
||||||
{ "name": "simple_field", "type": "string" }
|
{ "name": "simple_field", "type": "string" }
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue