-
Bug
-
Resolution: Done
-
Major
-
AD482 - RHAMQS1.8-en-5-20221213
-
None
-
2
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)|||||||||
Workaround:
Description: The nullable string in example avsc:
{"name": "middleNames", "type": ["null", "string"], "default": "null"},
{{}}is incorrect. It should read:
{"name": "middleNames", "type": ["null", "string"], "default": null},
(without quotes in the default value).