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
552 B
552 B
Order
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | i64 | [optional] | |
| pet_id | i64 | [optional] | |
| quantity | i32 | [optional] | |
| ship_date | String | [optional] | |
| status | String | Order Status | [optional] |
| complete | bool | [optional] [default to false] |