forked from loafle/openapi-generator-original
* fix: jersey3 library fix issue that library failed in case pattern matching was used in the api. * add tests, update version * update * fix tag * fix, update samples * update build * more update * update workflow * test useJakarta --------- Co-authored-by: holomekc <30546982+holomekc@users.noreply.github.com>
370 B
370 B
ArrayTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
arrayOfString | List<String> | [optional] | |
arrayArrayOfInteger | List<List<Long>> | [optional] | |
arrayArrayOfModel | List<List<@Valid ReadOnlyFirst>> | [optional] |