oneOf with Primitive Types
GET/oneof-primitive-types
Schema:
type: object
properties:
oneOfProperty:
oneOf:
- type: string
- type: number
- type: boolean
Responses
- 200
Successful response
GET/oneof-primitive-types
Schema:
type: object
properties:
oneOfProperty:
oneOf:
- type: string
- type: number
- type: boolean