Use default from schema when build Elixir structure
There is an ability to set default value for a schema.
According to the specification:
The default value represents what would be assumed by the consumer of the input as the value of the schema if one is not provided.
With the changes of this commit default value will be used when build
Elixir structure.