mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-06 11:43:45 +00:00
* Adds composed model support for allOf oneOf anyOf * Moves discriminator into discriminator() class method, adds test_deserialize_lizard, adds setting discriminator using allOf schema
417 B
417 B
animal.Animal
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| class_name | str | ||
| color | str | [optional] if omitted the server will use the default value of 'red' |