forked from loafle/openapi-generator-original
* add fmt-maven-plugin to jersey2 exp * update samples * add http signature auth template * minor fix * fix http beaer auth, update sample * fix http signature auth * fix http signature auth * header support * add query string to path * undo changes in default codegen * ignore fake test * add serialize to string method * add serialzie to string method * add get mapper * auto format java source code * remove plugin * update pom.xml * change back AbstractOpenApiSchema to T * skip mvn code formatter in bin script * undo changes to spec * update samples * add back HttpSignatureAuth.java
673 B
673 B
InlineObject2
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| enumFormStringArray | List<EnumFormStringArrayEnum> | Form parameter enum test (string array) | [optional] |
| enumFormString | EnumFormStringEnum | Form parameter enum test (string) | [optional] |
Enum: List<EnumFormStringArrayEnum>
| Name | Value |
|---|---|
| GREATER_THAN | ">" |
| DOLLAR | "$" |
Enum: EnumFormStringEnum
| Name | Value |
|---|---|
| _ABC | "_abc" |
| _EFG | "-efg" |
| XYZ | "(xyz)" |