Open amorimjuliana opened 5 years ago
Thank you for reporting the problem!
Handling of default values is probably bit incomplete, but it should be possible to improve that esp. for case of of empty array/Collection.
Thanks for the feedback @cowtowncoder :)
Please let me know if I can help in any way.
In the following example, I'd expect that the default value defined for the property
map
would be used. Instead,null
is passed, which produces an error as null is not allowed for this field.Schema
POJO
Error