fix issue when discriminator property is an enum string (#13001)

This commit is contained in:
William Cheng
2022-07-24 17:55:08 +08:00
committed by GitHub
parent 3eb3337c2b
commit b6ca40031a
949 changed files with 1590 additions and 963 deletions

View File

@@ -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" |