Bug Report Checklist
Description
[BUG] composed schemas with type described do not set the correct isArray isObject etc booleans
openapi-generator version
5.2.1
OpenAPI declaration file content or url
Generate models for these components
ComposedObject:
type: object
allOf:
- {}
ComposedNumber:
type: number
allOf:
- {}
ComposedString:
type: string
allOf:
- {}
ComposedBool:
type: boolean
allOf:
- {}
ComposedArray:
type: array
items: {}
allOf:
- {}
ComposedNone:
type: 'null'
allOf:
- {}
Generation Details
Generate models for those components in any generator
Steps to reproduce
Generate models for those components in any generator
Related issues/PRs
Suggest a fix
When those models are ingested, we should set the isArray etc booleans correctly on our codegenModel instance
Bug Report Checklist
Description
[BUG] composed schemas with type described do not set the correct isArray isObject etc booleans
openapi-generator version
5.2.1
OpenAPI declaration file content or url
Generate models for these components
Generation Details
Generate models for those components in any generator
Steps to reproduce
Generate models for those components in any generator
Related issues/PRs
Suggest a fix
When those models are ingested, we should set the isArray etc booleans correctly on our codegenModel instance