591 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			591 B
		
	
	
	
	
	
	
	
Pet
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| id | Long | [optional] | |
| category | Category | [optional] | |
| name | String | ||
| photoUrls | List<String> | ||
| tags | List<Tag> | [optional] | |
| status | StatusEnum | pet status in the store | [optional] | 
Enum: StatusEnum
| Name | Value | 
|---|---|
| AVAILABLE | "available" | 
| PENDING | "pending" | 
| SOLD | "sold" |