davidmoten / openapi-codegen

OpenAPI Java client and Spring server generator, strong typing, immutability, fail-fast validation, chained builders, feature rich
Apache License 2.0
8 stars 1 forks source link

ignore provided properties on array type #183

Closed davidmoten closed 5 months ago

davidmoten commented 5 months ago

This PR fixes generation from a schema declaration like below by ignoring properties on array types.

    CategoriesDTO:
      items:
        format: int64
        type: integer
      properties:
        empty:
          type: boolean
      type: array