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
15 lines
697 B
Markdown
15 lines
697 B
Markdown
# Pet
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | [**Long**](long.md) | | [optional] [default to null]
|
|
**category** | [**Category**](Category.md) | | [optional] [default to null]
|
|
**name** | [**String**](string.md) | | [default to null]
|
|
**photoUrls** | [**List**](string.md) | | [default to null]
|
|
**tags** | [**List**](Tag.md) | | [optional] [default to null]
|
|
**status** | [**String**](string.md) | pet status in the store | [optional] [default to null]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|