1 parent dd47437 commit 73a4c76Copy full SHA for 73a4c76
1 file changed
test/Schemas.lint.js
@@ -7,7 +7,7 @@ const glob = require("glob");
7
const rootDir = path.resolve(__dirname, "..");
8
9
describe("Schemas", () => {
10
- const schemas = glob.sync("schemas/**.json", {
+ const schemas = glob.sync("schemas/**/*.json", {
11
cwd: rootDir
12
});
13
@@ -38,6 +38,7 @@ describe("Schemas", () => {
38
const allowedProperties = [
39
"definitions",
40
"$ref",
41
+ "id",
42
"items",
43
"properties",
44
"additionalProperties",
0 commit comments