Hi @DanielBog,
Yes, createDefaultValue
is very simplistic at the moment. Whenever we require default
support we usually use AJV as it already offers the option to fill-in default
values during validation. This then also works in combination with createDefaultValue
. See here for more information.