datamodel-code-generator
datamodel-code-generator copied to clipboard
fix: Fix subschema array items with oneOf showing up as Any type
Closes #1910
Tested against the cases described in #1910, both are now generating the expected Python classes, and replacing List[Any] with a list of the expected class.