From 7398f77f772c86a12dc62358460f9315f7ea1fb5 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 5 Feb 2026 15:48:40 +0000 Subject: add $schema to allowed properties --- gitinfo.schema.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gitinfo.schema.json') 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", -- cgit v1.2.3