Skip to content

Commit 72c7555

Browse files
committed
fix: Fixed loading of JSON Schemas
1 parent 3e30b62 commit 72c7555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metadata/json/ajv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export const ajv = new Ajv({
66
allErrors: true,
77
validateSchema: false,
88
validateFormats: false,
9-
loadSchema: loadJsonSchema,
9+
loadSchema: uri => loadJsonSchema(uri, { onlyRemote: true }),
1010
})

0 commit comments

Comments
 (0)