We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e30b62 commit 72c7555Copy full SHA for 72c7555
1 file changed
metadata/json/ajv.ts
@@ -6,5 +6,5 @@ export const ajv = new Ajv({
6
allErrors: true,
7
validateSchema: false,
8
validateFormats: false,
9
- loadSchema: loadJsonSchema,
+ loadSchema: uri => loadJsonSchema(uri, { onlyRemote: true }),
10
})
0 commit comments