summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/schemas/config-file.v1.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json
index a3bab7ad5..a4fb35bc4 100644
--- a/cli/schemas/config-file.v1.json
+++ b/cli/schemas/config-file.v1.json
@@ -597,6 +597,13 @@
"examples": [{ ".": "./mod.ts" }]
}
]
+ },
+ "workspaces": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ },
+ "description": "The members of this workspace."
}
}
}