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
88
99## Overview
1010OpenAPI 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).
1212This project focuses on making the output 100% compliant with openapi + JSON schema specs.
1313The goal is to fully support everything defined in openapi + the included JSON schema specs
1414so developers can use all of those features.
Original file line number Diff line number Diff line change 436436 </dependencies >
437437 <properties >
438438 <!-- RELEASE_VERSION -->
439- <revision >3.1 .0</revision >
439+ <revision >3.3 .0</revision >
440440 <!-- /RELEASE_VERSION -->
441441 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
442442 <java .version>11</java .version>
You can’t perform that action at this time.
0 commit comments