OpenAPITools/openapi-generator

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

オープン

#1,827 opened on 2019/01/06

 (2 件のコメント) (2 件のリアクション) (0 人の担当者)Java (7,516 件のフォーク)batch import
HacktoberfestIssue: BugServer: C++help wanted

Repository metrics

Stars
 (26,243 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド