From 6e27c740d5b512af0616e4471313e79fcad249d7 Mon Sep 17 00:00:00 2001 From: joe-allen-89 <85872286+joe-allen-89@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:20:52 +0000 Subject: [PATCH] Fix: Remove required title from contentobject schema (#98) --- schema/contentobject.schema.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/schema/contentobject.schema.json b/schema/contentobject.schema.json index ba0fd6d..429349b 100644 --- a/schema/contentobject.schema.json +++ b/schema/contentobject.schema.json @@ -12,9 +12,6 @@ "type": "object", "title": "Resources", "default": {}, - "required": [ - "title" - ], "properties": { "_isEnabled": { "type": "boolean",