OpenAPITools/openapi-generator
在 GitHub 查看[BUG][C++] cpp-pistache - missing support for object without properties/additionalProperties
Open
#1,827 建立於 2019年1月6日
HacktoberfestIssue: BugServer: C++help wanted
倉庫指標
- Star
- (26,243 star)
- PR 合併指標
- (平均合併 9天 1小時) (30 天內合併 123 個 PR)
描述
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