mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-23 03:53:44 +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
559 B
559 B
pet.Pet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | ||
| photo_urls | [str] | ||
| id | int | [optional] | |
| category | category.Category | [optional] | |
| tags | [tag.Tag] | [optional] | |
| status | str | pet status in the store | [optional] |