You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate a SDK with a specification containing an API using only once a model.
This model should be defined by the following format:
ModelWithIssue:
type: objectdescription: 'model with issue'allOf:
- $ref: '#/definitions/ValidModel
Current result
The SDK is generated but the import of ModelWithIssue is missing in the api file.
So build task is not working.
Expected result
Import should be present and build task should run successfully
Additional comments
Issue appears with OpenAPI generator version 7.10, track on their side with this issue.
On our side we disabled the upgrade of OpenAPI generator with renovate.
It could be reactivated once we have added an integration test that generate a SDK with this specificity in the specification.
So we would be able to see easily when the issue will be fixed thanks to renovate.
The text was updated successfully, but these errors were encountered:
Package name
schematics
Package version
11.6.0-rc
Reproduction steps
Generate a SDK with a specification containing an API using only once a model.
This model should be defined by the following format:
Current result
The SDK is generated but the import of
ModelWithIssue
is missing in the api file.So
build
task is not working.Expected result
Import should be present and
build
task should run successfullyAdditional comments
Issue appears with OpenAPI generator version 7.10, track on their side with this issue.
On our side we disabled the upgrade of OpenAPI generator with renovate.
It could be reactivated once we have added an integration test that generate a SDK with this specificity in the specification.
So we would be able to see easily when the issue will be fixed thanks to renovate.
The text was updated successfully, but these errors were encountered: