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 bd23ead commit 1d567beCopy full SHA for 1d567be
docs/options.md
@@ -10,6 +10,7 @@ Example
10
11
```javascript
12
$RefParser.dereference("my-schema.yaml", {
13
+ continueOnError: true, // Don't throw on the first error
14
parse: {
15
json: false, // Disable the JSON parser
16
yaml: {
@@ -27,7 +28,6 @@ $RefParser.dereference("my-schema.yaml", {
27
28
withCredentials: true, // Include auth credentials when resolving HTTP references
29
}
30
},
- continueOnError: true, // Don't throw on the first error
31
dereference: {
32
circular: false // Don't allow circular $refs
33
0 commit comments