fix(jsonschema-importer): Mutliple JsonSchema importer fixes:
* If a type is used in an Array and then as a non-array type, all references were getting treated as array types * Types with different schemas but same field names were using incorrect types on second (and subsequent) usages. We're now generating placeholder types Foo$Duplicate1, but these need furhter investigation.
Loading
-
mentioned in merge request !250 (merged)
-
mentioned in merge request !251 (closed)
Please register or sign in to comment