From 3b5adea3a4ec967b82fe43eeb033d862ee0443fc Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 8 Jan 2024 21:15:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 563964af6f2..25f5b5f0245 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ And many more! - Openapi spec inline schemas supported at any depth in any location - Format support for: int32, int64, float, double, date, datetime, uuid - Payload values are not coerced when validated, so a datetime value can pass other validations that describe the payload only as type string -- types are generated for enums of type string/integer/boolean using typing.Literal +- types are generated for enums of type string/number/integer/boolean/null - String transmission of numbers supported with type: string, format: number - [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) - [Tests are passing in CI](https://app.circleci.com/pipelines/github/openapi-json-schema-tools/openapi-json-schema-generator?branch=master)