mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-09 11:36:14 +00:00
fix issue when discriminator property is an enum string (#13001)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
|
||||
|
||||
# EnumStringDiscriminator
|
||||
|
||||
An object to test discriminator of enum string
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
|**enumStrType** | [**EnumStrTypeEnum**](#EnumStrTypeEnum) | enum string type | |
|
||||
|
||||
|
||||
|
||||
## Enum: EnumStrTypeEnum
|
||||
|
||||
| Name | Value |
|
||||
|---- | -----|
|
||||
| A | "type_a" |
|
||||
| B | "type_b" |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user