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

Commit 1365c1e

Browse files
committed
Updates sentence
1 parent 0049b6a commit 1365c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ OpenAPI JSON Schema Generator allows auto-generation of API client libraries (SD
2626

2727

2828
## Why this repo exists
29-
From 2019 to now, 2022, I (@spacether) have been focused on making the python client code generator and added:
29+
From 2019 to now, 2022, I (@spacether) focused on improving the python client code generator in openapi-generator and added:
3030
- code to always check schema constraints defined in specs
3131
- multiple request and response body content type handling
3232
- parameter style handling
3333
- type hints everywhere
3434

3535
In openapi v3.0.0 and onward, schemas are in components, and schemas define request bodies, response bodies, and parameter values.
36-
Those contributions that I made allow the user to bring any spec to the generator, and the schema constraints and
36+
The contributions that I made allow the user to bring any spec to the generator, and the schema constraints and
3737
validations will always be checked. In other generators when payload types != object/array constraints are
3838
sometimes omitted and not checked.
3939
The python generator checks schema constraints when:

0 commit comments

Comments
 (0)