Skip to main content

oneOf with Complex Types

GET 

/oneof-complex-types

Schema:

type: object
properties:
oneOfProperty:
oneOf:
- type: object
properties:
objectProp:
type: string
- type: array
items:
type: number

Responses

Successful response