You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Use the `.openapi()` method to add metadata to a specific Zod type. The `.openap
68
68
|`ref`| Use this to [auto register a schema as a re-usable component](#creating-components)|
69
69
|`refType`| Use this to set the creation type for a component which is not referenced in the document. |
70
70
|`type`| Use this to override the generated type. If this is provided no metadata will be generated. |
71
-
|`unionOneOf`| Set to `true` to force a single ZodUnion to output `oneOf` instead of `allOf`. See [CreateDocumentOptions](#CreateDocumentOptions) for a global option |
71
+
|`unionOneOf`| Set to `true` to force a single ZodUnion to output `oneOf` instead of `anyOf`. See [CreateDocumentOptions](#CreateDocumentOptions) for a global option |
0 commit comments