Skip to content

[QT5][CPP] does not handle additionalProperties #5876

Open
@manuc66

Description

@manuc66
Description

The qt5cpp generation does not handle additionalProperties, see: generation result

Swagger-codegen version

2.2.3-SNAPSHOT (master) on 06/18/2017

Swagger declaration file content or url
  Error:
    type: object
    required:
      - _type
      - key
      - message
    additionalProperties:
      type: object
    properties:
      _type:
        type: string
        default: Error
        readOnly: true
      key:
        type: string
      message:
        type: string
Command line used for generation
docker run -it -v %curpath%:/swagger-api/ swaggerapi/swagger-codegen-cli:latest generate  -i /swagger-api/swagger.yaml  -l qt5cpp -o /swagger-api/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions