mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 06:06:08 +00:00
Add tests for anyof with discriminator (#19021)
* add tests for anyof with discriminator * remove test * update samples
This commit is contained in:
26
samples/client/petstore/java/okhttp-gson/docs/MammalAnyof.md
Normal file
26
samples/client/petstore/java/okhttp-gson/docs/MammalAnyof.md
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
# MammalAnyof
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
|**hasBaleen** | **Boolean** | | [optional] |
|
||||
|**hasTeeth** | **Boolean** | | [optional] |
|
||||
|**className** | **String** | | |
|
||||
|**type** | [**TypeEnum**](#TypeEnum) | | [optional] |
|
||||
|
||||
|
||||
|
||||
## Enum: TypeEnum
|
||||
|
||||
| Name | Value |
|
||||
|---- | -----|
|
||||
| PLAINS | "plains" |
|
||||
| MOUNTAIN | "mountain" |
|
||||
| GREVYS | "grevys" |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user