# Pet A pet for sale in the pet store ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Long** | | [optional] **category** | [**Category**](Category.md) | | [optional] **name** | **String** | | **photoUrls** | **Seq<String>** | | **tags** | [**Seq<Tag>**](Tag.md) | | [optional] **status** | [**Status**](#Status) | pet status in the store | [optional] ## Enum: Status Allowed values: [available, pending, sold]