# SwaggerPetstoreOpenApi30.Pet

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** |  | [optional] 
**name** | **String** |  | 
**category** | [**Category**](Category.md) |  | [optional] 
**photoUrls** | **[String]** |  | 
**tags** | [**[Tag]**](Tag.md) |  | [optional] 
**status** | **String** | pet status in the store | [optional] 

<a name="StatusEnum"></a>
## Enum: StatusEnum

* `available` (value: `"available"`)
* `pending` (value: `"pending"`)
* `sold` (value: `"sold"`)

