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