Open
Description
(note: copied from FasterXML/jackson-module-jsonSchema#71)
Looks like Scala types may not (fully?) support visitability, to allow things like JSON Schema generation.
Adding support is relatively easy, as it only requires implementation of method acceptJsonFormatVisitor(...)
from JsonSerializer
.