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

Updates generators and features #302

Merged
merged 7 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/generators/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,17 +320,17 @@ These options may be applied as additional-properties (cli) or configOptions (pl
### Schema Feature
| Name | Supported | Defined By |
| ---- | --------- | ---------- |
|AdditionalProperties||OAS2,OAS3
|AdditionalProperties||OAS2,OAS3
|AllOf|✓|OAS2,OAS3
|AnyOf|✓|OAS3
|Const|✗|OAS3
|Contains|✗|OAS3
|Default|✗|OAS2,OAS3
|DependentRequired|✗|OAS3
|DependentSchemas|✗|OAS3
|Discriminator||OAS2,OAS3
|Discriminator||OAS2,OAS3
|Else|✗|OAS3
|Enum||OAS2,OAS3
|Enum||OAS2,OAS3
|ExclusiveMinimum|✓|OAS2,OAS3
|ExclusiveMaximum|✓|OAS2,OAS3
|Format|✓|OAS2,OAS3
Expand All @@ -348,9 +348,9 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|Minimum|✓|OAS2,OAS3
|MultipleOf|✓|OAS2,OAS3
|Not|✓|OAS3
|Nullable||OAS3
|Nullable||OAS3
|OneOf|✓|OAS3
|Pattern||OAS2,OAS3
|Pattern||OAS2,OAS3
|PatternProperties|✗|OAS3
|PrefixItems|✗|OAS3
|Properties|✓|OAS2,OAS3
Expand Down
Loading