Justin Black dad931a25a
Python exp sample component renaming + additions (#6917)
* Stops converting primitive models into object models, adds ComposedSchemas with mixed type

* Reverts java and mustache changes

* Reverts mroe files

* Samples regen

* Fixes remaining tests
2020-07-13 10:22:03 -07:00

663 B

object_model_with_ref_props.ObjectModelWithRefProps

a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations

Properties

Name Type Description Notes
my_number number_with_validations.NumberWithValidations [optional]
my_string str [optional]
my_boolean bool [optional]

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