summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGabriel Ochsenhofer <gabriel.ochsenhofer@gmail.com>2024-07-17 19:57:34 -0300
committerGitHub <noreply@github.com>2024-07-17 19:57:34 -0300
commit6c29df7795908f3a3da802a345ba97713e47f95b (patch)
tree6f4587c60a90c3b8046331d521fce01d2099444a /misc
parent65e3cd5cc93506ce6cfa7c6d5ffcb24d37c00baa (diff)
Update ols.schema.json
Fix property typo `checker_path` to `path`
Diffstat (limited to 'misc')
-rw-r--r--misc/ols.schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json
index 04a3467..cc5941f 100644
--- a/misc/ols.schema.json
+++ b/misc/ols.schema.json
@@ -10,7 +10,7 @@
"name": { "type": "string" },
"path": { "type": "string" }
},
- "required": ["name", "checker_path"],
+ "required": ["name", "path"],
"additionalProperties": false
}
},