2024-10-19 15:10:45 +08:00

515 B

Pet

A pet for sale in the pet store

Properties

Name Type Description Notes
id Long [optional]
category Category [optional]
name String
photoUrls Seq<String>
tags Seq<Tag> [optional]
status Status pet status in the store [optional]

Enum: Status

Allowed values: [available, pending, sold]