oneOf
schema:
type: object
properties:
abc:
type: array
items:
oneOf:
- type: object
properties:
a:
type: number
b:
type: number
- type: object
* <