OpenAPITools/openapi-generator

[BUG][C++] cpp-pistache - missing support for object without properties/additionalProperties

Open

#1827 aperta il 6 gen 2019

Vedi su GitHub
 (2 commenti) (2 reazioni) (0 assegnatari)Java (7516 fork)batch import
HacktoberfestIssue: BugServer: C++help wanted

Metriche repository

Star
 (26.243 star)
Metriche merge PR
 (Merge medio 9g 1h) (123 PR mergiate in 30 g)

Descrizione

Description

When the model or inline type is type object only with no additionalProperties or properties the compilation failed due to reference to Object type.

fatal error: Object.h: No such file or directory
 #include "Object.h"
openapi-generator version

master

OpenAPI declaration file content or url
definitions:
  Result:
    type: object
Related issues/PRs

#1637

Guida contributor