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"] }