forked from loafle/openapi-generator-original
Add whitespace to SDK documentation where necessary (#8919)
* Add a space between table title and the line above it to resolve issues when translating markdown to asciidoc * Regenerate Samples Co-authored-by: Tyler Ballast <tyler.ballast@reportix.com> Co-authored-by: tballast <tyler.ballast@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# ChildSchema
|
||||
|
||||
A schema that does not have any special character.
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
# ChildSchemaAllOf
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# MySchemaNameCharacters
|
||||
|
||||
A schema name that has letters, numbers, punctuation and non-ASCII characters. The sanitization rules should make it possible to generate a language-specific classname with allowed characters in that programming language.
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
# MySchemaNameCharactersAllOf
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
# Parent
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
|
||||
Reference in New Issue
Block a user