diff --git a/fern/products/cli-api-reference/cli-changelog/2026-01-06.mdx b/fern/products/cli-api-reference/cli-changelog/2026-01-06.mdx new file mode 100644 index 000000000..9d14c0780 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2026-01-06.mdx @@ -0,0 +1,4 @@ +## 3.33.0 +**`(fix):`** Fix handling of OpenAPI schemas that use `discriminator.mapping` without explicit `oneOf`/`anyOf`. These schemas are now correctly converted as discriminated unions instead of plain objects. This pattern is used by APIs like Dropbox Sign where a base schema defines a discriminator with mapping to variant schemas. + +