Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Updates from the latest OpenAPI Generator 6.0.x #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ By defining the `type` as `object` and using `allOf`, you achieve the same resul
allOf:
- $ref: '#/components/schemas/Skill'
```
* `x-java-getter-annotations`: Can be used on any property of a Schema Type which is not just a reference to another type
* `x-java-setter-annotations`: Can be used on any property of a Schema Type which is not just a reference to another type
* `x-extra-annotation`: is built into the upstream and can be used on any property of a Schema Type which is not just a reference to another type
* `x-setter-extra-annotation`: is built into the upstream and can be used on any property of a Schema Type which is not just a reference to another type

## Usage

Expand Down
2 changes: 0 additions & 2 deletions additionalModelTypeAnnotations.mustache

This file was deleted.

146 changes: 0 additions & 146 deletions api.mustache

This file was deleted.

137 changes: 0 additions & 137 deletions apiController.mustache

This file was deleted.

80 changes: 0 additions & 80 deletions apiDelegate.mustache

This file was deleted.

Loading