From 783c958aedfc2e538368e242b3f4c7b9dc2dbe54 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 5 Feb 2026 15:38:03 +0000 Subject: all keys should be optional --- gitinfo.schema.json | 1 - 1 file changed, 1 deletion(-) (limited to 'gitinfo.schema.json') diff --git a/gitinfo.schema.json b/gitinfo.schema.json index c382f3b..7aac4d5 100644 --- a/gitinfo.schema.json +++ b/gitinfo.schema.json @@ -4,7 +4,6 @@ "title": ".gitinfo", "description": "Schema for the .gitinfo file specification", "type": "object", - "required": ["root"], "properties": { "root": { "type": "string", -- cgit v1.2.3