Open ColinEberhardt opened 1 year ago
See for example the status property of the Order object in the petstore swagger:
status
Order
"status": { "type": "string", "description": "Order Status", "enum": ["placed", "approved", "delivered"] },
See for example the
status
property of theOrder
object in the petstore swagger: