You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
For **Windows** users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g.
After downloading the JAR, run `java -jar openapi-json-schema-generator-cli.jar help` to show the usage.
90
-
91
-
For Mac users, please make sure Java 8 is installed (Tips: run `java -version` to check the version), and export `JAVA_HOME` in order to use the supported Java version:
92
-
```sh
93
-
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
94
-
export PATH=${JAVA_HOME}/bin:$PATH
95
-
```
96
-
<!-- /RELEASE_VERSION -->
97
-
98
-
### [1.3 - Build Projects](#table-of-contents)
71
+
### [1.2 - Build Projects](#table-of-contents)
99
72
100
73
To build from source, you need the following installed and available in your `$PATH:`
101
74
@@ -119,7 +92,7 @@ The default build contains minimal static analysis (via CheckStyle). To run your
119
92
mvn -Pstatic-analysis clean install
120
93
```
121
94
122
-
### [1.4 - Docker](#table-of-contents)
95
+
### [1.3 - Docker](#table-of-contents)
123
96
124
97
#### Public Pre-built Docker images
125
98
@@ -228,17 +201,17 @@ cd /vagrant
228
201
<!-- /RELEASE_VERSION -->
229
202
## [2 - Getting Started](#table-of-contents)
230
203
231
-
To generate a PHP client for [petstore.yaml](https://raw.githubusercontent.com/openapitools/openapi-json-schema-generator/master/modules/openapi-json-schema-generator/src/test/resources/3_0/petstore.yaml), please run the following
204
+
To generate a python client for [petstore.yaml](https://raw.githubusercontent.com/openapi-json-schema-tools/openapi-json-schema-generator/master/modules/openapi-json-schema-generator/src/test/resources/3_0/petstore.yaml), please run the following
(if you're on Windows, replace the last command with `java -jar modules\openapi-json-schema-generator-cli\target\openapi-json-schema-generator-cli.jar generate -i https://raw.githubusercontent.com/openapitools/openapi-json-schema-generator/master/modules/openapi-json-schema-generator/src/test/resources/3_0/petstore.yaml -g php -o c:\temp\php_api_client`)
214
+
(if you're on Windows, replace the last command with `java -jar modules\openapi-json-schema-generator-cli\target\openapi-json-schema-generator-cli.jar generate -i https://raw.githubusercontent.com/openapi-json-schema-tools/openapi-json-schema-generator/master/modules/openapi-json-schema-generator/src/test/resources/3_0/petstore.yaml -g python -o c:\temp\python_api_client`)
242
215
243
216
<!-- RELEASE_VERSION -->
244
217
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/org/openapitools/openapi-json-schema-generator-cli/6.1.0/openapi-json-schema-generator-cli-6.1.0.jar)
@@ -350,11 +323,16 @@ The OpenAPI JSON Schema Generator project is intended as a benefit for users of
350
323
351
324
When code is generated from this project, it shall be considered **AS IS** and owned by the user of the software. There are no warranties--expressed or implied--for generated code. You can do what you wish with it, and once generated, the code is your responsibility and subject to the licensing terms that you deem appropriate.
352
325
353
-
### [6 - History of OpenAPI JSON Schema Generator](#table-of-contents)
326
+
## [4 - Companies/Projects using OpenAPI JSON Schema Generator](#table-of-contents)
327
+
328
+
## [5 - About Us](#table-of-contents)
329
+
330
+
## [6 - History of OpenAPI JSON Schema Generator](#table-of-contents)
354
331
355
332
OpenAPI JSON Schema Generator is based on OpenAPI Generator v6.2.0. It focuses on JSON schema support and the output is designed to be 100% compliance with JSON Schema.
0 commit comments