Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 632 Bytes

File metadata and controls

31 lines (18 loc) · 632 Bytes

Pet

Properties

Name Type Description Notes
id Long [optional]
category Category [optional]
name String
photoUrls java.util.List<String>
tags java.util.List<Tag> [optional]
status StatusEnum pet status in the store [optional]

Enum: StatusEnum

Name Value
AVAILABLE "available"
PENDING "pending"
SOLD "sold"

Implemented Interfaces

  • Serializable