forked from loafle/openapi-generator-original
* added filename directive for Java RESTEasy file uploads (#17367) * regenerated samples
This commit is contained in:
15
samples/client/petstore/java/resteasy-echo/docs/ArrayTest.md
Normal file
15
samples/client/petstore/java/resteasy-echo/docs/ArrayTest.md
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
# ArrayTest
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
|**arrayOfString** | **List<String>** | | [optional] |
|
||||
|**arrayArrayOfInteger** | **List<List<Long>>** | | [optional] |
|
||||
|**arrayArrayOfModel** | **List<List<ReadOnlyFirst>>** | | [optional] |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user