forked from loafle/openapi-generator-original
* Add support for enum schemas and properties to the rust generator Also: * Skip serializing a field with serde if it's optional and empty * Fix borrow checker error when using &std::path::Path (should be std::path::PathBuf) * Add script to generate sample with rust-reqwest * Regenerate petstore sample for both rust targets * Remove go code from README.md * Fix formatting of serde skip_serializing_if attribute
579 B
579 B
Pet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | i64 | [optional] | |
| category | *::models::Category | [optional] | |
| name | String | ||
| photo_urls | Vec | ||
| tags | Vec<::models::Tag> | [optional] | |
| status | String | pet status in the store | [optional] |