openapi-generator/samples/openapi3/client/petstore/python/docs/InlineAdditionalPropertiesRefPayload.md
William Cheng ad3b5f7045
[Inline model resolver] various improvements (#12293)
* better handling of requestbody in the inline resolver

* remove commented code

* better request body naming

* fix unique naming

* minor code format change

* removed additional underscore from names, fix test

* more fixes, update tests

* fix all tests

* undo changes to default codegen

* update samples

* update python tests

* add new files

* update samples
2022-05-10 17:13:57 +08:00

738 B

InlineAdditionalPropertiesRefPayload

this payload is used for verification that some model_to_dict issues are fixed

Properties

Name Type Description Notes
array_data [PostInlineAdditionalPropertiesPayloadRequestArrayDataInner], none_type [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]