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

Commit 3d94aee

Browse files
authored
Update README.md (#356)
1 parent 7eb4fca commit 3d94aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ And many more!
9595
- Openapi spec inline schemas supported at any depth in any location
9696
- Format support for: int32, int64, float, double, date, datetime, uuid
9797
- Payload values are not coerced when validated, so a datetime value can pass other validations that describe the payload only as type string
98-
- types are generated for enums of type string/integer/boolean using typing.Literal
98+
- types are generated for enums of type string/number/integer/boolean/null
9999
- String transmission of numbers supported with type: string, format: number
100100
- [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)
101101
- [Tests are passing in CI](https://app.circleci.com/pipelines/github/openapi-json-schema-tools/openapi-json-schema-generator?branch=master)

0 commit comments

Comments
 (0)