Skip to main content

anyOf with primitives

GET 

/anyof-primitives

Schema:

anyOf:
- type: string
- type: integer
- type: boolean

Responses

Successful response

Schema

    anyOf

    string

Loading...