Schemas
ApiResponse
- objectExample:
{"code":0,"type":"string","message":"string"}
Properties:code
integer:int32Example:0
type
stringExample:"string"
message
stringExample:"string"
Cat
A representation of a cat
- objectExample:
{"id":0,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available","huntingSkill":"clueless"}
Properties:id
integer:int64RequiredExample:0
category
objectCategoryExample:{"id":0,"name":"string"}
name
stringRequiredExample:"doggie"
photoUrls
array<string>RequiredExample:["string"]
Items:- stringExample:
"string"
tags
arrayExample:[{"id":0,"name":"string"}]
Items:- objectTagExample:
{"id":0,"name":"string"}
status
stringpet status in the storeExample:"available"
Enum:available
pending
sold
huntingSkill
stringRequiredThe measured skill for huntingExample:"clueless"
Enum:clueless
lazy
adventurous
aggressive
Category
- objectExample:
{"id":0,"name":"string","sub":{"prop1":"string"}}
Properties:id
integer:int64IdCategory IDExample:0
ReadOnlyname
stringCategory nameExample:"string"
Minimum string length:1
sub
objectTest Sub CategoryExample:{"prop1":"string"}
Dog
A representation of a dog
- objectExample:
{"id":0,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available","packSize":1}
Properties:id
integer:int64RequiredExample:0
category
objectCategoryExample:{"id":0,"name":"string"}
name
stringRequiredExample:"doggie"
photoUrls
array<string>RequiredExample:["string"]
Items:- stringExample:
"string"
tags
arrayExample:[{"id":0,"name":"string"}]
Items:- objectTagExample:
{"id":0,"name":"string"}
status
stringpet status in the storeExample:"available"
Enum:available
pending
sold
packSize
integer:int32RequiredThe size of the pack the dog is fromExample:1
>= 1
HoneyBee
A representation of a honey bee
- objectExample:
{"id":0,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available","honeyPerDay":3.14}
Properties:id
integer:int64RequiredExample:0
category
objectCategoryExample:{"id":0,"name":"string"}
name
stringRequiredExample:"doggie"
photoUrls
array<string>RequiredExample:["string"]
Items:- stringExample:
"string"
tags
arrayExample:[{"id":0,"name":"string"}]
Items:- objectTagExample:
{"id":0,"name":"string"}
status
stringpet status in the storeExample:"available"
Enum:available
pending
sold
honeyPerDay
numberRequiredAverage amount of honey produced per day in ouncesExample:3.14
Id
- integer:int64Example:
0
ReadOnly
Order
- objectExample:
{"id":0,"petId":0,"quantity":1,"shipDate":"2019-08-24T14:15:22Z","status":"placed","complete":false,"rqeuestId":"string"}
Properties:id
integer:int64IdOrder IDExample:0
ReadOnlypetId
integer:int64IdPet IDExample:0
ReadOnlyquantity
integer:int32Example:1
>= 1
shipDate
string:date-timeEstimated ship dateExample:"2019-08-24T14:15:22Z"
status
stringOrder StatusExample:"placed"
Enum:placed
approved
delivered
complete
booleanIndicates whenever order was completed or notExample:false
ReadOnlyrqeuestId
stringUnique Request IdExample:"string"
WriteOnly
Pet
- objectExample:
{"id":0,"category":{"id":0,"name":"string"},"name":"Guru","photoUrls":["string"],"friend":{"id":0,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"},"tags":[{"id":0,"name":"string"}],"status":"available","petType":"string"}
Properties:id
integer:int64category
objectCategoryCategories this pet belongs toExample:{"id":0,"name":"string"}
name
stringRequiredThe name given to a petExample:"Guru"
photoUrls
array<string:url>RequiredThe list of URL to a cute photos featuring petExample:["string"]
Maximum number of items:20
Items:- string:urlExample:
"string"
friend
objectPetExample:{"id":0,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"}
tags
arrayTags attached to the petExample:[{"id":0,"name":"string"}]
Maximum number of items:1
Items:- objectTagExample:
{"id":0,"name":"string"}
status
stringPet status in the storeExample:"available"
Enum:available
pending
sold
petType
stringType of a petExample:"string"
Tag
- objectExample:
{"id":0,"name":"string"}
Properties:id
integer:int64IdTag IDExample:0
ReadOnlyname
stringTag nameExample:"string"
Minimum string length:1
User
- objectExample:
{"id":0,"pet":{"id":0,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"},"username":"John78","firstName":"John","lastName":"Smith","email":"john.smith@example.com","password":"drowssaP123","phone":"+1-202-555-0192","userStatus":0}
Properties:id
integer:int64IdExample:0
ReadOnlypet
objectExample:{"id":0,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"}
One Of:- objectPetExample:
{"id":0,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"}
- objectTagExample:
{"id":0,"name":"string"}
username
stringUser supplied usernameExample:"John78"
Minimum string length:4
firstName
stringUser first nameExample:"John"
Minimum string length:1
lastName
stringUser last nameExample:"Smith"
Minimum string length:1
email
string:emailUser email addressExample:"john.smith@example.com"
password
string:passwordUser password, MUST contain a mix of upper and lower case letters, as well as digitsExample:"drowssaP123"
Minimum string length:8
Pattern:/(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])/
phone
string or nullUser phone number in international formatExample:"+1-202-555-0192"
Pattern:/^\+(?:[0-9]-?){6,14}[0-9]$/
userStatus
integer:int32User statusExample:0
Examples
Order
{ "quantity": "1,", "shipDate": "2018-10-19T16:46:45Z,", "status": "placed,", "complete": false }
Request Bodies
Pet
Required
Pet object that needs to be added to the store
Content Type:
application/json
- Schema
- objectPetMy PetExample:
{"id":0,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"}
Properties:id
integer:int64RequiredExample:0
category
objectCategoryExample:{"id":0,"name":"string"}
name
stringRequiredExample:"doggie"
photoUrls
array<string>RequiredExample:["string"]
Items:- stringExample:
"string"
tags
arrayExample:[{"id":0,"name":"string"}]
Items:- objectTagExample:
{"id":0,"name":"string"}
status
stringpet status in the storeExample:"available"
Enum:available
pending
sold
UserArray
Required
List of user object
Content Type:
application/json
- Schema
- arrayExample:
[{"id":0,"username":"string","firstName":"string","lastName":"string","email":"string","password":"string","phone":"string","userStatus":0}]
Items:- objectUserExample:
{"id":0,"username":"string","firstName":"string","lastName":"string","email":"string","password":"string","phone":"string","userStatus":0}