Summary
When serializing to json, enums create either a String or Object. This causes issues with deserialization on JVM side.
Problem Definition
Serde crreates json schemas that are incompatible with JVM serial/deserial
Proposal
Tweak serde configuration so that subtypes work
For Admin Use
Summary
When serializing to json, enums create either a String or Object. This causes issues with deserialization on JVM side.
Problem Definition
Serde crreates json schemas that are incompatible with JVM serial/deserial
Proposal
Tweak serde configuration so that subtypes work
For Admin Use