You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "pkonopacki1 (via GitHub)" <gi...@apache.org> on 2023/04/20 06:38:57 UTC

[GitHub] [avro] pkonopacki1 commented on a diff in pull request #2192: AVRO-XXXX: Given array example in the documentation is incorrect

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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org