oneOf with Nested oneOf
GET/oneof-nested
Schema:
type: object
properties:
oneOfProperty:
oneOf:
- type: object
properties:
nestedOneOfProp:
oneOf:
- type: string
- type: number
- type: boolean
Responses
- 200
Successful response