Swagger Petstore
This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
Version 1.0.0, created by [email protected]
Models
Order
object
Property |
Type |
Format |
petId |
integer |
int64 |
quantity |
integer |
int32 |
id |
integer |
int64 |
shipDate |
string |
date-time |
complete |
boolean |
|
status |
string |
|
User
object
Property |
Type |
Format |
firstName |
string |
|
lastName |
string |
|
password |
string |
|
userStatus |
integer |
int32 |
phone |
string |
|
id |
integer |
int64 |
|
string |
|
username |
string |
|
Pet
object
Required properties: name
photoUrls
Property |
Type |
Format |
photoUrls |
array |
|
name |
string |
|
id |
integer |
int64 |
category |
|
|
tags |
array |
|
status |
string |
|
Questions and Feedback
If you have any comments on this page, feel free to add suggestions right to the Google document that we are using to generate this page.
Last Updated: 27.12.16