anyOf with oneOf
GET/anyof-oneof
Schema:
anyOf:
- oneOf:
- type: string
- type: integer
- type: boolean
Responses
- 200
Successful response
GET/anyof-oneof
Schema:
anyOf:
- oneOf:
- type: string
- type: integer
- type: boolean