You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
v2 Moves models into components.schema package (#60)
* python client modelPackage updated
* Fixes links in model_doc template
* Samples updated and python client path methods updated
* Models sucessfully moved into components/schema in one sample
* Replaces model import with components.schema
* Fixes readme imports
* Fixes model doc links from endpoint docs
* Samples regenerated
* Fixes manual test model imports
* Samples regenerated, added init for test components
* Removes model models folders
* Removes lingering AbstractStep files, fixes its test
* Removes lingering bad model test
Copy file name to clipboardExpand all lines: modules/openapi-json-schema-generator/src/main/java/org/openapitools/codegen/languages/PythonClientCodegen.java
+21-12
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ public class PythonClientCodegen extends AbstractPythonCodegen {
Copy file name to clipboardExpand all lines: modules/openapi-json-schema-generator/src/main/resources/python/model_doc.handlebars
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,5 @@
5
5
{{/with}}
6
6
{{/each}}
7
7
8
-
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
8
+
[[Back to Model list]](../../../README.md#documentation-for-models) [[Back to API list]](../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../README.md)
0 commit comments