OasDiscriminator
OasDiscriminator is an object representing the OpenAPI discriminator object.
Properties
| Property | Type | Description |
|---|---|---|
| oasType | 'discriminator' | Static value representing the OpenAPI discriminator type. |
| propertyName | string | The name of the property used to discriminate between the different types. |