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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ The example prints out
44
44
}
45
45
```
46
46
47
+
**NOTE**: `$ref`s are not dereferenced. Use a dereferencer such as [json-schema-ref-parser](https://www.npmjs.com/package/json-schema-ref-parser) prior to using this package.
48
+
47
49
### Options
48
50
49
51
The function accepts `options` object as the second argument.
@@ -78,9 +80,6 @@ _† Draft v5 is also known as Draft Wright 00, as the drafts are often named af
78
80
79
81
To convert the other way, check out [openapi-schema-to-json-schema], which this package was based on.
80
82
81
-
**NOTE**: `$ref`s are not dereferenced. Use a dereferencer such as [json-schema-ref-parser](https://www.npmjs.com/package/json-schema-ref-parser) prior to using this package.
0 commit comments