From 9c32b55c791077289f52efb9abcd1c86c20760bf Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Mon, 29 Jan 2024 14:11:40 +0000 Subject: [PATCH 1/2] Set properties.schema title to required --- properties.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties.schema b/properties.schema index 3cbf163..cfa4304 100644 --- a/properties.schema +++ b/properties.schema @@ -61,7 +61,7 @@ "title": { "type": "string", "default": "Bookmarking", - "required": false, + "required": true, "title": "Prompt Title", "inputType": "Text", "validators": [], From 1e84805bbc392d5661df104eb3321e96ef7e3fa6 Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Mon, 29 Jan 2024 14:14:22 +0000 Subject: [PATCH 2/2] Set course.schema title as required --- schema/course.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema/course.schema.json b/schema/course.schema.json index 5874861..98e24a5 100644 --- a/schema/course.schema.json +++ b/schema/course.schema.json @@ -13,7 +13,8 @@ "title": "Bookmarking", "default": {}, "required": [ - "_level" + "_level", + "title" ], "properties": { "_isEnabled": {