Schemas
Pet
- objectExample:
{"id":"string","name":{"firstName":"string","lastName":"string"},"photoUrls":["string"],"tags":[{"id":0,"name":"string"}]}
Properties:id
stringExample:"string"
name
objectExample:{"firstName":"string","lastName":"string"}
photoUrls
array<string>The list of URL to a cute photos featuring petExample:["string"]
Items:- stringExample:
"string"
tags
arrayTags attached to the petExample:[{"id":0,"name":"string"}]
Items:- objectTagExample:
{"id":0,"name":"string"}
Tag
- objectExample:
{"id":"string","name":"string"}
Properties:id
stringExample:"string"
name
stringExample:"string"