expobrain/json-schema-codegen

Python 3 generator output wrong type for arrays

expobrain opened this issue · 1 comments

When using the Python 3 generator and generate code for array type the Python's annotation is List[Any] instead of the specific type defined in the schema

Fixed in #24