Skip to content

Commit db1f6b4

Browse files
committed
Add changeset
1 parent 485b64e commit db1f6b4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)