Fix anyOf/oneOf normalization for 3.1 spec (#19758)

* fix anyOf/oneOf normalization for 3.1 spec

* update samples
This commit is contained in:
William Cheng
2024-10-03 14:06:42 +08:00
committed by GitHub
parent fad33dfebf
commit 2111713117
6 changed files with 68 additions and 9 deletions

View File

@@ -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: