diff options
Diffstat (limited to 'gitinfo.schema.json')
| -rw-r--r-- | gitinfo.schema.json | 3 |
1 files changed, 2 insertions, 1 deletions
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." }, |
