Gustavo De Micheli f59c07b24a
Add Model Docs to scala-akka generator as defined in its README (#11684)
Co-authored-by: Gustavo De Micheli <gustavo.de.micheli@lunatech.com>
2022-02-22 16:38:36 +08:00

501 B

Order

An order for a pets from the pet store

Properties

Name Type Description Notes
id Long [optional]
petId Long [optional]
quantity Int [optional]
shipDate OffsetDateTime [optional]
status Status Order Status [optional]
complete Boolean [optional]

Enum: Status

Allowed values: [placed, approved, delivered]