Michael Petö 1730a4efce Fix typo in javascript generator template (#3249)
* Fix typo in javascript generator template

* Update sample client
2019-06-30 12:07:49 +08:00

533 B

OpenApiPetstore.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")