datamodel-code-generator icon indicating copy to clipboard operation
datamodel-code-generator copied to clipboard

fix: Fix subschema array items with oneOf showing up as Any type

Open jdweav opened this issue 1 year ago • 0 comments

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.

jdweav avatar May 15 '24 16:05 jdweav