Skip to main content

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

Successful response

Schema

    oneOfProperty

    object

    oneOf

    nestedOneOfProp

    object

    oneOf

    string

Loading...