From 4ce6c75bf5d5a403de98298d99503fefe875d933 Mon Sep 17 00:00:00 2001 From: joe-allen-89 <85872286+joe-allen-89@users.noreply.github.com> Date: Fri, 23 Jun 2023 21:54:36 +0100 Subject: [PATCH] Fix: Remove empty globals from course.schema (fixes #65) --- schema/course.schema.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/schema/course.schema.json b/schema/course.schema.json index 95126c6..4389b7f 100644 --- a/schema/course.schema.json +++ b/schema/course.schema.json @@ -8,17 +8,6 @@ }, "with": { "properties": { - "_globals": { - "type": "object", - "default": {}, - "properties": { - "_search": { - "type": "object", - "default": {}, - "properties": {} - } - } - }, "_search": { "type": "object", "title": "Search",