forked from loafle/openapi-generator-original
* [Microprofile] Add Json-B polymorphism annotations * [Microprofile] Set openApiNullable in configs to false * [Microprofile] Bump JSON Bind version to 3.0 * [Microprofile] Only apply JSON-B polymorphism for MP 3.0 * Update samples * [Microprofile] Update documentation/configs for openApiNullable * Update docs
363 B
363 B
ArrayTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
arrayOfString | List<String> | [optional] | |
arrayArrayOfInteger | List<List<Long>> | [optional] | |
arrayArrayOfModel | List<List<ReadOnlyFirst>> | [optional] |