forked from loafle/openapi-generator-original
* 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
663 B
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] |