mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 13:56:10 +00:00
fix allOf handling in 3.1 spec
This commit is contained in:
@@ -2688,6 +2688,9 @@ components:
|
||||
- name
|
||||
- photoUrls
|
||||
type: object
|
||||
PetComposition:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/Pet'
|
||||
_foo_get_default_response:
|
||||
example:
|
||||
string:
|
||||
|
||||
Reference in New Issue
Block a user