2016-08-12 10:30:33 +08:00

557 B

SwaggerPetstore.Pet

Properties

Name Type Description Notes
id Number [optional]
category Category [optional]
name String
photoUrls [String]
tags [Tag] [optional]
status String pet status in the store [optional]

Enum: StatusEnum

  • available (value: "available")

  • pending (value: "pending")

  • sold (value: "sold")