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.
Copy file name to clipboardExpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Currently, the following languages/frameworks are supported:
17
17
18
18
- python (Stability: Stable)
19
19
- java (Stability: Experimental)
20
-
- So far schema validation for v3.0.0-v3.0.3 has been implemented for Java
20
+
- So far schema validation for v3.0.0-v3.1.0 has been implemented for Java
21
21
- If you want to use this generator as a Java client, please consider filing PRs adding openapi features in [this project](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/issues/290)
22
22
23
23
## Join Our Community
@@ -69,7 +69,7 @@ And many more!
69
69
70
70
## Reasons To Use the Java Generator
71
71
72
-
- v3.0.0 - [v3.0.3](docs/generators/java.md#schema-feature) OpenAPI Specification support for component schemas
72
+
- v3.0.0 - [v3.1.0](docs/generators/java.md#schema-feature) OpenAPI Specification support for component schemas
73
73
- Very [thorough documentation generated in the style of javadocs, includes code samples](samples/client/petstore/java/docs/components/schemas/Money.md#money)
74
74
- Input types constrained for a Schema in SomeSchema.validate
75
75
- validate method can accept arbitrary List/Map/null/int/long/double/float/String json data
@@ -103,7 +103,10 @@ And many more!
103
103
And many more!
104
104
-[Docs for the java generator](docs/generators/java.md)
-[Openapi v3.0.3 general petstore spec, general features](src/test/resources/3_0/python/petstore_customized.yaml)
106
+
-[Openapi v3.0.3 general petstore spec, general features](src/test/resources/3_0/python/petstore_customized.yaml)- [generated v3.1.0 unit test client sample code](samples/client/3_1_0_unit_test/python)
107
+
-[Openapi json schema v3.1.0 unit test spec](src/test/resources/3_1/unit_test_spec/3_1_0_unit_test_spec.yaml)
108
+
-[generated v3.1.0 unit test client sample code](samples/client/3_1_0_unit_test/java)
109
+
-[Openapi json schema v3.1.0 unit test spec](src/test/resources/3_1/unit_test_spec/3_1_0_unit_test_spec_nopaths.yaml)
107
110
-[generated v3.0.3 unit test client sample code](samples/client/3_0_3_unit_test/java)
108
111
-[Openapi json schema v3.0.3 unit test spec](src/test/resources/3_0/unit_test_spec/3_0_3_unit_test_spec_nopaths.yaml)
0 commit comments