Closed rsmckinney closed 3 years ago
ClassCastException with anyOf/oneOf having a list of simple type mixed with others.
"oneOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ]
Fixed with release 2021.1.28
ClassCastException with anyOf/oneOf having a list of simple type mixed with others.