Schemas
Category
- objectExample:
{"id":0,"name":"string"}
Properties:id
integer:int64IdCategory IDExample:0
ReadOnlyname
stringCategory nameExample:"string"
Minimum string length:1
Id
- integer:int64Example:
0
ReadOnly
Person
- objectExample:
{"id":0,"category":{"id":0,"name":"string"},"DependentIds":[278,279,280,281],"name":{"firstName":{"prefix":"string","name":"string"},"lastName":"string"},"photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"maritalStatus":"married","phone":"+1-202-555-0192"}
Properties:id
integer:int64IdPet IDExample:0
ReadOnlycategory
objectCategoryCategories this pet belongs toExample:{"id":0,"name":"string"}
DependentIds
array<integer>IDs of Dependents .Example:[278,279,280,281]
Items:- integerExample:
0
name
objectRequiredName of the personExample:{"firstName":{"prefix":"string","name":"string"},"lastName":"string"}
photoUrls
array<string:url>RequiredThe list of URL to a cute photos featuring petExample:["string"]
Maximum number of items:20
Items:- string:urlExample:
"string"
tags
arrayTags attached to the petExample:[{"id":0,"name":"string"}]
Maximum number of items:1
Items:- objectTagExample:
{"id":0,"name":"string"}
maritalStatus
stringPet status in the storeExample:"married"
Enum:married
unmarried
widowed
phone
string or nullphone number in international formatExample:"+1-202-555-0192"
Pattern:/^\+(?:[0-9]-?){6,14}[0-9]$/
Tag
- objectExample:
{"id":0,"name":"string"}
Properties:id
integer:int64IdTag IDExample:0
ReadOnlyname
stringTag nameExample:"string"
Minimum string length:1