This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This project is a code generator that focuses on supporting all openapi and json
8
8
9
9
## Overview
10
10
OpenAPI JSON Schema Generator allows auto-generation of API client libraries (SDK generation) given an
11
- [ OpenAPI Document ] ( https://github.com/OAI/OpenAPI-Specification ) (3.0.0-[ 3.1.0* ] ( #openapi-v310-support ) are supported).
11
+ [ OpenAPI document ] ( https://github.com/OAI/OpenAPI-Specification ) (3.0.0-[ 3.1.0* ] ( #openapi-v310-support ) are supported).
12
12
This project focuses on making the output 100% compliant with openapi + JSON schema specs.
13
13
The goal is to fully support everything defined in openapi + the included JSON schema specs
14
14
so developers can use all of those features.
Original file line number Diff line number Diff line change 436
436
</dependencies >
437
437
<properties >
438
438
<!-- RELEASE_VERSION -->
439
- <revision >3.1 .0</revision >
439
+ <revision >3.3 .0</revision >
440
440
<!-- /RELEASE_VERSION -->
441
441
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
442
442
<java .version>11</java .version>
You can’t perform that action at this time.
0 commit comments