diff --git a/test/schema.js b/test/schema.js index 8549591..ed77be7 100644 --- a/test/schema.js +++ b/test/schema.js @@ -2,9 +2,10 @@ import { readFile } from "fs/promises"; import Ajv from "ajv"; const ajv = new Ajv({ + allowMatchingProperties: true, allowUnionTypes: true, allErrors: true, - allowMatchingProperties: true + strict: false }); async function compileSchemaJson(name) {