From c6909cf1b60c0ff1f18aff1e1108f9c646d83025 Mon Sep 17 00:00:00 2001
From: thepaperpilot <thepaperpilot@gmail.com>
Date: Thu, 17 Nov 2022 07:54:55 -0600
Subject: [PATCH] Updated projinfo schema

---
 src/data/projInfo-schema.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/data/projInfo-schema.json b/src/data/projInfo-schema.json
index e24931f..2565f5a 100644
--- a/src/data/projInfo-schema.json
+++ b/src/data/projInfo-schema.json
@@ -66,6 +66,8 @@
             "items": {
                 "type": "string"
             },
+            "minItems": 1,
+            "uniqueItems": true,
             "description": "The list of initial tabs to display on new saves. This value must have at least one element. Each element should be the ID of the layer to display in that tab."
         },
         "maxTickLength": {