Schemas
Category
- objectExample:
{"id":0,"name":"string"}Properties:idinteger:int64IdCategory IDExample:0ReadOnlynamestringCategory nameExample:"string"Minimum string length:1
Id
- integer:int64Example:
0ReadOnly
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:idinteger:int64IdPet IDExample:0ReadOnlycategoryobjectCategoryCategories this pet belongs toExample:{"id":0,"name":"string"}DependentIdsarray<integer>IDs of Dependents .Example:[278,279,280,281]Items:- integerExample:
0
nameobjectRequiredName of the personExample:{"firstName":{"prefix":"string","name":"string"},"lastName":"string"}photoUrlsarray<string:url>RequiredThe list of URL to a cute photos featuring petExample:["string"]Maximum number of items:20Items:- string:urlExample:
"string"
tagsarrayTags attached to the petExample:[{"id":0,"name":"string"}]Maximum number of items:1Items:- objectTagExample:
{"id":0,"name":"string"}
maritalStatusstringPet status in the storeExample:"married"Enum:marriedunmarriedwidowedphonestring or nullphone number in international formatExample:"+1-202-555-0192"Pattern:/^\+(?:[0-9]-?){6,14}[0-9]$/
Tag
- objectExample:
{"id":0,"name":"string"}Properties:idinteger:int64IdTag IDExample:0ReadOnlynamestringTag nameExample:"string"Minimum string length:1