openapi: 3.1.1 info: title: OpenAPI 3.1.1 array nested one of example version: 1 components: schemas: Foo: oneOf: - type: array items: oneOf: - type: object properties: foo: type: string bar: type: string - type: object properties: baz: type: string qux: type: string - type: array items: type: object properties: foo: type: string bar: type: string