forked from loafle/openapi-generator-original
		
	* Add option modelPropertyNaming to javascript generator Fixes 6530 * Update Petstore sample
		
			
				
	
	
	
		
			557 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			557 B
		
	
	
	
	
	
	
	
OpenApiPetstore.Pet
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| id | Number | [optional] | |
| category | Category | [optional] | |
| name | String | ||
| photoUrls | [String] | ||
| tags | [Tag] | [optional] | |
| status | String | pet status in the store | [optional] | 
Enum: StatusEnum
- 
available(value:"available") - 
pending(value:"pending") - 
sold(value:"sold")