From 7dc44f1b304fea28f8df74f7d9339f92a4dc0ab0 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 5 Feb 2026 15:41:49 +0000 Subject: add validation rules --- gitinfo.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gitinfo.schema.json') diff --git a/gitinfo.schema.json b/gitinfo.schema.json index 7aac4d5..de19a23 100644 --- a/gitinfo.schema.json +++ b/gitinfo.schema.json @@ -27,7 +27,8 @@ "tags": { "type": "array", "items": { - "type": "string" + "type": "string", + "minLength": 1 }, "description": "A list of tags or keywords associated with the repository for easier categorization and searchability." }, -- cgit v1.2.3