openapi-json-schema-generator
openapi-json-schema-generator copied to clipboard
OpenAPI JSON Schema Generator allows auto-generation of API client libraries with a focus on JSON schema given an OpenAPI document
Add kotlin generator - includes schema generation and validation ### thoughts on kotlin map output class constructors vs using named args - usingnamed args is possible BUT - kwargs would...
### Is your feature request related to a problem? Please describe. One of our endpoints provides a stream with content type `application/json-lines` based on [this format](https://jsonlines.org/). One example of the...
This PR is part of #403 Not ready to merge. Missing endpoint tests. Note: this continues work started in https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/pull/155 ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/blob/master/docs/contributing.md)....
### Is your feature request related to a problem? Please describe. OAuth2SecurityScheme for OAuth2PasswordBearer is not yet implemented for python
### Is your feature request related to a problem? Please describe. Update pattern handling to disallow `/pattern/` and `/pattern/flags` ## Describe the solution you'd like Those inputs should be disallowed...
I will set this repo as archived and will no longer be adding new features to it My hope was that more people would want to use the features that...