mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 00:21:19 +00:00
[bug][core] Copy all attributes (not properties) on composed schemas when flattening models (#7106)
This commit is contained in:
@@ -46,8 +46,10 @@ components:
|
||||
properties:
|
||||
prop1:
|
||||
type: string
|
||||
type: object
|
||||
MySchemaName___Characters_allOf:
|
||||
properties:
|
||||
prop2:
|
||||
type: string
|
||||
type: object
|
||||
|
||||
|
||||
Reference in New Issue
Block a user