pkonopacki1 commented on code in PR #2192:
URL: https://github.com/apache/avro/pull/2192#discussion_r1171517235
##########
doc/content/en/docs/++version++/Specification/_index.md:
##########
@@ -137,9 +137,9 @@ For example, an array of strings is declared with:
```json
{
"type": "array",
- "items" : "string",
- "default": []
-}
+ "items" : "string"
+},
+"default": []
```
Review Comment:
I think this still can be used as an optional field
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]