aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/ols.schema.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json
index cd2b6a6..2811be1 100644
--- a/misc/ols.schema.json
+++ b/misc/ols.schema.json
@@ -80,6 +80,10 @@
"type": "string",
"description": "Allows you to specify your Odin location, instead of just relying on the environment path."
},
+ "odin_root_override": {
+ "type": "string",
+ "description": "Allows you to specify a custom `ODIN_ROOT` that `ols` will use to look for `odin` core libraries when implementing custom runtimes."
+ },
"checker_args": {
"type": "string",
"description": "Pass custom arguments to `odin check`."