Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

allOf does not filter duplicate properties #85

@hauner

Description

@hauner

a schema with allOf and properties with the same name

  schema:
    allOf:
      - type: object
        properties:
          foo:
            type: string
      - type: object
        properties:
          foo:
            type: string

will generate a class with two foo properties

from: openapi-processor/openapi-processor-maven#2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions