mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-21 00:27:09 +00:00
Fix anyOf/oneOf normalization for 3.1 spec (#19758)
* fix anyOf/oneOf normalization for 3.1 spec * update samples
This commit is contained in:
@@ -815,6 +815,7 @@ paths:
|
||||
items:
|
||||
$ref: '#/components/schemas/myObject'
|
||||
nullable: true
|
||||
type: array
|
||||
description: ""
|
||||
tags:
|
||||
- fake
|
||||
@@ -1185,6 +1186,7 @@ components:
|
||||
- type: string
|
||||
- items:
|
||||
type: string
|
||||
type: array
|
||||
securitySchemes:
|
||||
petstore_auth:
|
||||
flows:
|
||||
|
||||
Reference in New Issue
Block a user