diff options
| author | Gabriel Ochsenhofer <gabriel.ochsenhofer@gmail.com> | 2024-07-17 19:57:34 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-17 19:57:34 -0300 |
| commit | 6c29df7795908f3a3da802a345ba97713e47f95b (patch) | |
| tree | 6f4587c60a90c3b8046331d521fce01d2099444a /misc | |
| parent | 65e3cd5cc93506ce6cfa7c6d5ffcb24d37c00baa (diff) | |
Update ols.schema.json
Fix property typo `checker_path` to `path`
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/ols.schema.json | 2 |
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 } }, |