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 485b64e commit db1f6b4Copy full SHA for db1f6b4
.changeset/always_parse_ref_as_a_reference.md
@@ -0,0 +1,11 @@
1
+---
2
+default: patch
3
4
+
5
+# Always parse `$ref` as a reference
6
7
+If additional attributes were included with a `$ref` (for example `title` or `description`), the property could be
8
+interpreted as a new type instead of a reference, usually resulting in `Any` in the generated code.
9
+Now, any sibling properties to `$ref` will properly be ignored, as per the OpenAPI specification.
10
11
+Thanks @nkrishnaswami!
0 commit comments