forked from loafle/openapi-generator-original
* fixes a breakage while deserializing the read-only attributes * updating generated samples * taking care of the PR comments * updating samples * protect against cases where _spec_property_naming may not be present * updating samples * adding tests for this issue * other generated files * taking care of the comments * updating the generated samples Co-authored-by: Aanisha Mishra <aanisha.mishra05@gmail.com>
685 B
685 B
Animal
Properties
Name | Type | Description | Notes |
---|---|---|---|
class_name | str | ||
color | str | [optional] if omitted the server will use the default value of "red" | |
tail | bool | [optional] [readonly] if omitted the server will use the default value of True | |
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] |