See for example the `status` property of the `Order` object in the petstore swagger: ~~~ "status": { "type": "string", "description": "Order Status", "enum": ["placed", "approved", "delivered"] }, ~~~