Skip to content

Commit fd6f49b

Browse files
author
Phil Sturgeon
committed
Attribution
1 parent b0e6100 commit fd6f49b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,22 @@ The function accepts `options` object as the second argument.
6969
#### `cloneSchema` (boolean)
7070

7171
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
86+
- [All Contributors][link-contributors]
87+
88+
[mikunn]: https://github.com/mikunn
89+
[Phil Sturgeon]: https://github.com/philsturgeon
90+
[openapi-schema-to-json-schema]: https://github.com/mikunn/openapi-schema-to-json-schema

0 commit comments

Comments
 (0)