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

Update README.md #434

Merged
merged 3 commits into from
May 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Currently, the following languages/frameworks are supported:
| Openapi v3.0.0-3.1.0 ingestion | X | X | X |
| Json Schema 2020-12 Support (components/schemas) | X | X | X |
| Component schemas documentation produced | X | X | X |
| Documentation produced for other component types:<br>headers, parameters,requestBodies, ressponses | X | X | |
| Documentation produced for other component types:<br>headers, parameters, requestBodies, ressponses, securitySchemes | X | X | |
| Endpoints that send/receive json + docs generated for them | X | X | |

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