forked from loafle/openapi-generator-original
* [markdown] Fix broken links when generating markdown The `api.mustache` file generates links to the markdown model files. These links were previously brokeen. Additionally, the defaultPackage for markdown is "/Models", so this looked pretty in the heading for model files. So this prefix has been stripped from the header in `model.mustache`. * Re-generate Petstore samples for markdown
718 B
718 B
Order
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [optional] [default to null] | |
| petId | Long | [optional] [default to null] | |
| quantity | Integer | [optional] [default to null] | |
| shipDate | Date | [optional] [default to null] | |
| status | String | Order Status | [optional] [default to null] |
| complete | Boolean | [optional] [default to false] |