Hi! It seems the schema generation for OpenApi doe...
# http4k
x
Hi! It seems the schema generation for OpenApi does not accept any
null
field in the example. Sometimes it makes it inconvenient, especially for nullable fields with default value of null which can be omitted and therefore would not be mandatory to describe in the schema. Having a
null
makes the whole schema generation fail silently, would a more permissive approach be possible?