Closed
Description
Currently, the schema function in ApiV1.kt does not handle user-defined types correctly. If a field has a type with a UDT registration, the corresponding UserDefinedType should be used as schema.
I've drafted an implementation at https://github.com/gschulze/kotlin-spark-api. However, I'm not sure whether this is the right place to do it.