André Silva

Results 1 issues of André Silva

**Describe the bug** Broken imports when defining schema names with "dot" notation. ```yaml openapi: 3.0.0 info: title: Example for import errors version: 1.0.0 paths: {} components: schemas: v0.animal: title: Animal...