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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ And many more!
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
76
-
- Immutable List output classes generated and returned by validate for List<?> input
77
-
- Immutable Map output classes generated and returned by validate for Map<?,?> input
76
+
- Immutable List output classes generated and returned by validate for List<?> input
77
+
- Immutable Map output classes generated and returned by validate for Map<?, ?> input
78
78
- Strictly typed list input can be instantiated in client code using generated ListBuilders
79
79
- Strictly typed map input can be instantiated in client code using generated MapBuilders
80
80
- Sequential map builders are generated ensuring that required properties are set before build is invoked. Looks like:
@@ -96,7 +96,7 @@ And many more!
96
96
- Payload values are not coerced when validated, so a datetime value can pass other validations that describe the payload only as type string
97
97
- types are generated for enums of type string/integer/boolean using typing.Literal
98
98
- String transmission of numbers supported with type: string, format: number, value can be accessed as a Decimal with schemas.as_decimal(inst)
99
-
-[Autogenerated thorough testing of json schema keyword features in models and endpoints](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/tree/master/samples/client/3_0_3_unit_test/java/src/test/java/org/openapijsonschematools/client/schemas) which come from the [json schema test suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite)
99
+
-[Autogenerated thorough testing of json schema keyword features in models and endpoints](samples/client/3_0_3_unit_test/java/src/test/java/org/openapijsonschematools/client/components/schemas) which come from the [json schema test suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite)
100
100
-[Tests are passing in CI](https://app.circleci.com/pipelines/github/openapi-json-schema-tools/openapi-json-schema-generator?branch=master)
0 commit comments