Skip to content

Commit

Permalink
Fix: Remove empty globals from course.schema (fixes #65)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 authored Jun 23, 2023
1 parent 6afad9b commit 4ce6c75
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions schema/course.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@
},
"with": {
"properties": {
"_globals": {
"type": "object",
"default": {},
"properties": {
"_search": {
"type": "object",
"default": {},
"properties": {}
}
}
},
"_search": {
"type": "object",
"title": "Search",
Expand Down

0 comments on commit 4ce6c75

Please sign in to comment.