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

Commit bad5584

Browse files
authored
Update README.md (#434)
* Update README.md * Update README.md * Update README.md
1 parent 4dd3e65 commit bad5584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Currently, the following languages/frameworks are supported:
2121
| Openapi v3.0.0-3.1.0 ingestion | X | X | X |
2222
| Json Schema 2020-12 Support (components/schemas) | X | X | X |
2323
| Component schemas documentation produced | X | X | X |
24-
| Documentation produced for other component types:<br>headers, parameters,requestBodies, ressponses | X | X | |
24+
| Documentation produced for other component types:<br>headers, parameters, requestBodies, ressponses, securitySchemes | X | X | |
2525
| Endpoints that send/receive json + docs generated for them | X | X | |
2626

2727
## Reasons To Use the Generators
2828
- Openapi spec support for v3.0.0-3.1.0
2929
- thorough tests run in CI using json schema test suite, see 3_0_0 and 3_1_0 sample clients
3030
- Static analysis:
31-
- mypy run in CI against python petstore sample
32-
- checker framework run w/ NullnessChecker, ensures no null pointer exceptions
31+
- Python: mypy run in CI against python petstore sample
32+
- Java: checker framework run w/ NullnessChecker, ensures no null pointer exceptions
3333
- Format support for: int32, int64, float, double, binary, date, datetime, uuid
3434
- Invalid (in language) property names supported like `from`, `1var`, `hi-there` etc in
3535
- schema property names

0 commit comments

Comments
 (0)