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