Skip to main content

oneOf with Primitive Types

GET 

/oneof-primitive-types

Schema:

type: object
properties:
oneOfProperty:
oneOf:
- type: string
- type: number
- type: boolean

Responses

Successful response

Schema

    oneOfProperty

    object

    oneOf

    string

Loading...