Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 15ab126

Browse files
authored
Update README.md (#352)
1 parent c365430 commit 15ab126

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,14 @@ And many more!
8989
- The [Checker-Framework's](https://github.com/typetools/checker-framework) NullnessChecker and @Nullable annotations are used in the java client
9090
- ensuring that null pointer exceptions will not happen
9191
- Invalid (in java) property names supported like `class`, `1var`, `hi-there` etc in
92+
- component schema names
9293
- schema property names (a fallback setter is written in the MapBuilder)
9394
- Generated interfaces are largely consistent with the python code
9495
- Openapi spec inline schemas supported at any depth in any location
9596
- Format support for: int32, int64, float, double, date, datetime, uuid
9697
- Payload values are not coerced when validated, so a datetime value can pass other validations that describe the payload only as type string
9798
- types are generated for enums of type string/integer/boolean using typing.Literal
98-
- String transmission of numbers supported with type: string, format: number, value can be accessed as a Decimal with schemas.as_decimal(inst)
99+
- String transmission of numbers supported with type: string, format: number
99100
- [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)
100101
- [Tests are passing in CI](https://app.circleci.com/pipelines/github/openapi-json-schema-tools/openapi-json-schema-generator?branch=master)
101102

0 commit comments

Comments
 (0)