forked from loafle/openapi-generator-original
* Better Rust client imports. * No more "unused_imports" in models for serde_json::Value. * No more compilation problem for apis requiring serde_json::Value. * "crate::" prefix for models and apis imports, for compatibility with Rust 2018 edition. * Rust samples regeneration using new code.
589 B
589 B
Pet
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | i64 | [optional] | |
category | *crate::models::Category | [optional] | |
name | String | ||
photo_urls | Vec | ||
tags | Veccrate::models::Tag | [optional] | |
status | String | pet status in the store | [optional] |