forked from loafle/openapi-generator-original
[markdown] New Markdown Generator (#4811)
* [markdown] New Generator * [docs] Update to avoid conflict with new markdown generator
This commit is contained in:
committed by
William Cheng
parent
e6e919fe98
commit
b62d68ac5a
11
samples/documentation/markdown/Models/ApiResponse.md
Normal file
11
samples/documentation/markdown/Models/ApiResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ./Models.ApiResponse
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**code** | [**Integer**](integer.md) | | [optional] [default to null]
|
||||
**type** | [**String**](string.md) | | [optional] [default to null]
|
||||
**message** | [**String**](string.md) | | [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)
|
||||
|
||||
10
samples/documentation/markdown/Models/Category.md
Normal file
10
samples/documentation/markdown/Models/Category.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# ./Models.Category
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | [**Long**](long.md) | | [optional] [default to null]
|
||||
**name** | [**String**](string.md) | | [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)
|
||||
|
||||
14
samples/documentation/markdown/Models/Order.md
Normal file
14
samples/documentation/markdown/Models/Order.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# ./Models.Order
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | [**Long**](long.md) | | [optional] [default to null]
|
||||
**petId** | [**Long**](long.md) | | [optional] [default to null]
|
||||
**quantity** | [**Integer**](integer.md) | | [optional] [default to null]
|
||||
**shipDate** | [**Date**](DateTime.md) | | [optional] [default to null]
|
||||
**status** | [**String**](string.md) | Order Status | [optional] [default to null]
|
||||
**complete** | [**Boolean**](boolean.md) | | [optional] [default to false]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
14
samples/documentation/markdown/Models/Pet.md
Normal file
14
samples/documentation/markdown/Models/Pet.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# ./Models.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)
|
||||
|
||||
10
samples/documentation/markdown/Models/Tag.md
Normal file
10
samples/documentation/markdown/Models/Tag.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# ./Models.Tag
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | [**Long**](long.md) | | [optional] [default to null]
|
||||
**name** | [**String**](string.md) | | [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)
|
||||
|
||||
16
samples/documentation/markdown/Models/User.md
Normal file
16
samples/documentation/markdown/Models/User.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# ./Models.User
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | [**Long**](long.md) | | [optional] [default to null]
|
||||
**username** | [**String**](string.md) | | [optional] [default to null]
|
||||
**firstName** | [**String**](string.md) | | [optional] [default to null]
|
||||
**lastName** | [**String**](string.md) | | [optional] [default to null]
|
||||
**email** | [**String**](string.md) | | [optional] [default to null]
|
||||
**password** | [**String**](string.md) | | [optional] [default to null]
|
||||
**phone** | [**String**](string.md) | | [optional] [default to null]
|
||||
**userStatus** | [**Integer**](integer.md) | User Status | [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)
|
||||
|
||||
Reference in New Issue
Block a user