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 d16a882 commit 0a5540eCopy full SHA for 0a5540e
README.md
@@ -126,7 +126,7 @@ See `test/pattern_properties.test.js` for examples how this works.
126
OpenAPI parameters can be converted:
127
128
```js
129
-var toJsonSchema = require('openapi-schema-to-json-schema').fromParameter;
+var toJsonSchema = require('@openapi-contrib/openapi-schema-to-json-schema').fromParameter;
130
131
var param = {
132
name: 'parameter name',
@@ -187,3 +187,10 @@ would be converted to:
187
}
188
189
```
190
+
191
+## Thanks
192
193
+- [mikunn][] for origionally creating this package.
194
+- [All Contributors][link-contributors]
195
196
+[link-contributors]: https://github.com/openapi-contrib/openapi-schema-to-json-schema/graphs/contributors
0 commit comments