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 2020e7f commit c21a566Copy full SHA for c21a566
packages/core/src/validation/ajv-provider.ts
@@ -2,7 +2,7 @@
2
* AJV-based JSON Schema validator provider
3
*/
4
5
-import Ajv from 'ajv';
+import { Ajv } from 'ajv';
6
import _addFormats from 'ajv-formats';
7
8
import type { JsonSchemaType, JsonSchemaValidator, jsonSchemaValidator, JsonSchemaValidatorResult } from './types.js';
0 commit comments