Skip to content

Commit 4822a5a

Browse files
committed
Update docs
1 parent 22d895d commit 4822a5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/generators/swift5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
1717
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C#have this enabled by default).|<dl><dt>**true**</dt><dd>The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.</dd><dt>**false**</dt><dd>The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.</dd></dl>|true|
1818
|lenientTypeCast|Accept and cast values for simple types (string-&gt;bool, string-&gt;int, int-&gt;string)| |false|
1919
|library|Library template (sub-template) to use|<dl><dt>**urlsession**</dt><dd>[DEFAULT] HTTP client: URLSession</dd><dt>**alamofire**</dt><dd>HTTP client: Alamofire</dd></dl>|urlsession|
20+
|mapFileBinaryToData|Map File and Binary to Data (default: false)| |false|
2021
|nonPublicApi|Generates code with reduced access modifiers; allows embedding elsewhere without exposing non-public API calls to consumers.(default: false)| |null|
2122
|objcCompatible|Add additional properties and methods for Objective-C compatibility (default: false)| |null|
2223
|podAuthors|Authors used for Podspec| |null|

docs/generators/tiny-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
165165
|Maps|✗|ToolingExtension
166166
|CollectionFormat|✓|OAS2
167167
|CollectionFormatMulti|✓|OAS2
168-
|Enum||OAS2,OAS3
168+
|Enum||OAS2,OAS3
169169
|ArrayOfEnum|✓|ToolingExtension
170170
|ArrayOfModel|✓|ToolingExtension
171171
|ArrayOfCollectionOfPrimitives|✓|ToolingExtension

0 commit comments

Comments
 (0)