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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,22 @@ The function accepts `options` object as the second argument.
69
69
#### `cloneSchema` (boolean)
70
70
71
71
If set to `false`, converts the provided schema in place. If `true`, clones the schema by converting it to JSON and back. The overhead of the cloning is usually negligible. Defaults to `true`.
72
+
73
+
74
+
## Tests
75
+
76
+
To run the test-suite:
77
+
78
+
```shell
79
+
npm test
80
+
```
81
+
82
+
## Credits
83
+
84
+
-[mikunn] for creating [openapi-schema-to-json-schema] which this is based on
85
+
-[Phil Sturgeon] for flipping that conversion script about face
0 commit comments