Mickael Magniez 38c33b92fe
Add scala-pekko client generator (#17417)
* feat: add scala-pekko client generator

* feat: add scala-pekko client to CI
2023-12-22 10:58:27 +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]