oneOf with Primitive Format Types
GET/oneof-primitive-formats
Primitive types with format should display as type<format> (e.g., string<date-time>).
Schema:
type: object
properties:
oneOfProperty:
oneOf:
- type: string
format: date-time
- type: string
format: email
- type: integer
format: int64
- type: string
Responses
- 200
Successful response