forked from loafle/openapi-generator-original
[r][documentation]: Adding model summary to model documentation files. (#4310)
* feat(documentation): Adding model documentation * feat(documentation): Adding model documentation
This commit is contained in:
parent
eaca7b8d48
commit
3082eda27e
@ -1,5 +1,7 @@
|
||||
{{#models}}{{#model}}# {{packageName}}::{{classname}}
|
||||
|
||||
{{#description}}{{description}}
|
||||
{{/description}}
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
@ -1,5 +1,6 @@
|
||||
# petstore::Category
|
||||
|
||||
A category for a pet
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
@ -1,5 +1,6 @@
|
||||
# petstore::ModelApiResponse
|
||||
|
||||
Describes the result of uploading an image resource
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
@ -1,5 +1,6 @@
|
||||
# petstore::Order
|
||||
|
||||
An order for a pets from the pet store
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
@ -1,5 +1,6 @@
|
||||
# petstore::Pet
|
||||
|
||||
A pet for sale in the pet store
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
@ -1,5 +1,6 @@
|
||||
# petstore::Tag
|
||||
|
||||
A tag for a pet
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
@ -1,5 +1,6 @@
|
||||
# petstore::User
|
||||
|
||||
A User who is purchasing from the pet store
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user