Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit f62120d

Browse files
authored
Updates generators and features (#302)
* Updates generators and features * Fixes some java tests * Fixes one java test * FIxes another java test * Fixes another java test * Fixes last java test * Updates java docs
1 parent 0c979e0 commit f62120d

138 files changed

Lines changed: 84 additions & 8994 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/generators/java.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,17 +320,17 @@ These options may be applied as additional-properties (cli) or configOptions (pl
320320
### Schema Feature
321321
| Name | Supported | Defined By |
322322
| ---- | --------- | ---------- |
323-
|AdditionalProperties||OAS2,OAS3
323+
|AdditionalProperties||OAS2,OAS3
324324
|AllOf|✓|OAS2,OAS3
325325
|AnyOf|✓|OAS3
326326
|Const|✗|OAS3
327327
|Contains|✗|OAS3
328328
|Default|✗|OAS2,OAS3
329329
|DependentRequired|✗|OAS3
330330
|DependentSchemas|✗|OAS3
331-
|Discriminator||OAS2,OAS3
331+
|Discriminator||OAS2,OAS3
332332
|Else|✗|OAS3
333-
|Enum||OAS2,OAS3
333+
|Enum||OAS2,OAS3
334334
|ExclusiveMinimum|✓|OAS2,OAS3
335335
|ExclusiveMaximum|✓|OAS2,OAS3
336336
|Format|✓|OAS2,OAS3
@@ -348,9 +348,9 @@ These options may be applied as additional-properties (cli) or configOptions (pl
348348
|Minimum|✓|OAS2,OAS3
349349
|MultipleOf|✓|OAS2,OAS3
350350
|Not|✓|OAS3
351-
|Nullable||OAS3
351+
|Nullable||OAS3
352352
|OneOf|✓|OAS3
353-
|Pattern||OAS2,OAS3
353+
|Pattern||OAS2,OAS3
354354
|PatternProperties|✗|OAS3
355355
|PrefixItems|✗|OAS3
356356
|Properties|✓|OAS2,OAS3

0 commit comments

Comments
 (0)