forked from loafle/openapi-generator-original
[java][okhttp-gson] Fix oneof, anyof for array type (#18324)
* fix oneof, anyof for array type in java okhttp-gson * fix oneof * fix add tests * clean up comments * update * add new files
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
# ModelWithOneOfAnyOfProperties
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
|**oneofProp** | [**ArrayOneOf**](ArrayOneOf.md) | | [optional] |
|
||||
|**anyofProp** | [**ArrayAnyOf**](ArrayAnyOf.md) | | [optional] |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user