OpenAPITools/openapi-generator
Auf GitHub ansehen[BUG][C++] cpp-pistache - missing support for object without properties/additionalProperties
Open
#1.827 geöffnet am 6. Jan. 2019
HacktoberfestIssue: BugServer: C++help wanted
Repository-Metriken
- Stars
- (26.243 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 9T 1h) (123 gemergte PRs in 30 T)
Beschreibung
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