forked from loafle/openapi-generator-original
* [swift5] Fix additionalProps inner type * [swift5] Add and use AnyCodable type instead of any * [swift5] Use the original petstore w/fake models for testing default * [swift5] Update swift-tools-version to 5.1 * [swift5] Update samples and docs
541 B
541 B
Pet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Int64 | [optional] | |
| category | Category | [optional] | |
| name | String | ||
| photoUrls | Set | ||
| tags | [Tag] | [optional] | |
| status | String | pet status in the store | [optional] |