From e70b59fad13810b78117a7d68e854054345f03d6 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 17 May 2023 11:16:30 -0400 Subject: [PATCH] removing redundancies --- post.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.schema.json b/post.schema.json index 93dc532..b608e5a 100644 --- a/post.schema.json +++ b/post.schema.json @@ -35,5 +35,5 @@ } } }, - "required": ["title","aliases", "date", "series", "draft", "showFullContent", "author"] + "required": ["date", "series", "draft", "showFullContent", "author"] }