oneOf with Shared Properties
GET/oneof-shared-properties
Schema:
type: object
properties:
sharedProp:
type: string
oneOfProperty:
oneOf:
- type: object
properties:
specificPropA:
type: string
- type: object
properties:
specificPropB:
type: number
Responses
- 200
Successful response