OpenAPI 3.1 supports sibling properties to allOf. It would be very useful if the following schema was supported by the codegen. Now it just ignores the required property.
User:
required:
- id
- firstName
allOf:
- type: object
properties:
id:
type: string
- $ref: '#/components/schemas/UserProperties'
Resolved by #717
OpenAPI 3.1 supports sibling properties to allOf. It would be very useful if the following schema was supported by the codegen. Now it just ignores the required property.
Resolved by #717