Cat
A representation of a cat
idint64
Pet ID
category Category
namestringrequired
The name given to a pet
Example:
Guru
photoUrlsurl[]required
The list of URL to a cute photos featuring pet
Possible values: <= 20
friend
tags Tag[]required
statusstring
Pet status in the store
Possible values: [available
, pending
, sold
]
petType object
Type of a pet
Possible values: [cat
, dog
, bee
]
- cat
- dog
- bee
packSizeint32required
The size of the pack the dog is from
Possible values: >= 1
Default value:
1
honeyPerDaynumberrequired
Average amount of honey produced per day in ounces
Default value:
0
Example:
3.14
huntingSkillstringrequired
The measured skill for hunting
Possible values: [clueless
, lazy
, adventurous
, aggressive
]
Default value:
lazy
Example:
adventurous
Cat
{
"id": 0,
"category": {
"id": 0,
"name": "string",
"sub": {
"prop1": "string"
}
},
"name": "Guru",
"photoUrls": [
"string"
],
"friend": {},
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available",
"huntingSkill": "adventurous"
}