aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitinfo.schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/gitinfo.schema.json b/gitinfo.schema.json
index de19a23..c2ab95c 100644
--- a/gitinfo.schema.json
+++ b/gitinfo.schema.json
@@ -5,6 +5,11 @@
"description": "Schema for the .gitinfo file specification",
"type": "object",
"properties": {
+ "$schema": {
+ "type": "string",
+ "format": "uri",
+ "description": "Reference to the JSON Schema for validation and editor support."
+ },
"root": {
"type": "string",
"format": "uri",