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 0658143 commit 5fe2d1aCopy full SHA for 5fe2d1a
README.md
@@ -77,8 +77,7 @@ To run:
77
78
```
79
const jsonSchema = require('simple.json.schema')
80
-const Convertor = require('index')
+const ConvertorFactory = require('index')
81
82
-const complexConvertor = new Convertor(complexOneOfSchema)
83
-const components = complexConvertor.convert()
+const convertedSchema = ConvertorFactory.convert(jsonSchema)
84
0 commit comments