We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57b645 commit 60595b9Copy full SHA for 60595b9
Sources/swift-openapi-generator/Documentation.docc/Articles/Configuring-the-generator.md
@@ -132,3 +132,15 @@ filter:
132
tags:
133
- myTag
134
```
135
+
136
+### Type Overrides
137
138
+Type Overrides can be used used to replace the default generated type with a custom type.
139
140
+```yaml
141
+typeOverrides:
142
+ schemas:
143
+ UUID: Foundation.UUID
144
+```
145
146
+Check out [SOAR-0014](https://swiftpackageindex.com/apple/swift-openapi-generator/documentation/swift-openapi-generator/soar-0014) for details.
0 commit comments