forked from loafle/openapi-generator-original
* fix InlineModelResolver's logis and use openapi-generator's InlineModelResolver, so that nested "required" works correctly * add "required" to nested model schema * update ensure-up-to-date to include openapi v3's jaxrs * change test required field * fix sample shell script, hide timestamp * fix NPE * move test case to petstore-with-fake-endpoints-models-for-testing.yaml * fix jaxrs-jersey (oas3) example generate shell script to use petstore-with-fake-endpoints-models-for-testing.yaml * add default value * re-generate samples
930 B
930 B
Org.OpenAPITools.Model.InlineObject3
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Integer | int? | None | [optional] |
| Int32 | int? | None | [optional] |
| Int64 | long? | None | [optional] |
| Number | decimal? | None | |
| Float | float? | None | [optional] |
| Double | double? | None | |
| String | string | None | [optional] |
| PatternWithoutDelimiter | string | None | |
| Byte | byte[] | None | |
| Binary | System.IO.Stream | None | [optional] |
| Date | DateTime? | None | [optional] |
| DateTime | DateTime? | None | [optional] |
| Password | string | None | [optional] |
| Callback | string | None | [optional] |