1openapi: 3.1.0
2info:
3 title: OpenAPI 3.1.0 array items oneOf length 1 example
4 version: '1'
5components:
6 schemas:
7 Foo:
8 type: object
9 properties:
10 foo:
11 type: array
12 items:
13 oneOf:
14 - $ref: '#/components/schemas/Bar'
15 maxItems: 2147483647
16 minItems: 1
17 Bar:
18 type: string