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 279b191 commit f5bbd23Copy full SHA for f5bbd23
docs/guide/managing-schemas.md
@@ -106,7 +106,7 @@ You can load all schemas and add them to Ajv instance in a single `validation` m
106
<code-group>
107
<code-block title="validation.js">
108
```javascript
109
-const Ajv = require("ajv").default
+const Ajv = require("ajv")
110
const schema_user = require("./schema_user.json")
111
const schema_document = require("./schema_document.json")
112
const ajv = exports.ajv = new Ajv()
0 commit comments