Discriminator with Shared Properties without Mapping
GET/discriminator-shared
Schema:
type: object
discriminator:
propertyName: type
properties:
type:
type: string
sharedProp:
type: string
oneOf:
- $ref: '#/components/schemas/TypeA'
- $ref: '#/components/schemas/TypeB'
Responses
- 200
Successful response