feat(documentation): Adding model documentation (#4309)

This commit is contained in:
Sai Giridhar P
2019-10-30 14:38:33 +05:30
committed by William Cheng
parent 3082eda27e
commit 73db23a2d7
11 changed files with 12 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
{{#models}}
{{#model}}
# {{{packageName}}}.{{modelPackage}}.{{{classname}}}
{{#description}}{{description}}
{{/description}}
## Properties
Name | Type | Description | Notes

View File

@@ -1,4 +1,5 @@
# Org.OpenAPITools.Model.ClassModel
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@@ -1,4 +1,5 @@
# Org.OpenAPITools.Model.File
Must be named `File` for test.
## Properties
Name | Type | Description | Notes

View File

@@ -1,4 +1,5 @@
# Org.OpenAPITools.Model.Model200Response
Model for testing model name starting with number
## Properties
Name | Type | Description | Notes

View File

@@ -1,4 +1,5 @@
# Org.OpenAPITools.Model.Name
Model for testing model name same as property name
## Properties
Name | Type | Description | Notes

View File

@@ -1,4 +1,5 @@
# Org.OpenAPITools.Model.Return
Model for testing reserved words
## Properties
Name | Type | Description | Notes

View File

@@ -1,4 +1,5 @@
# Org.OpenAPITools.Model.ClassModel
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@@ -1,4 +1,5 @@
# Org.OpenAPITools.Model.File
Must be named `File` for test.
## Properties
Name | Type | Description | Notes

View File

@@ -1,4 +1,5 @@
# Org.OpenAPITools.Model.Model200Response
Model for testing model name starting with number
## Properties
Name | Type | Description | Notes

View File

@@ -1,4 +1,5 @@
# Org.OpenAPITools.Model.Name
Model for testing model name same as property name
## Properties
Name | Type | Description | Notes

View File

@@ -1,4 +1,5 @@
# Org.OpenAPITools.Model.Return
Model for testing reserved words
## Properties
Name | Type | Description | Notes