Skip to content

Commit

Permalink
Fix: _globals schema nesting (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 authored Mar 21, 2023
1 parent e56a662 commit 2d268ff
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions schema/course.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,23 @@
"type": "object",
"default": {},
"properties": {
"_mcq": {
"_components": {
"type": "object",
"default": {},
"properties": {
"ariaRegion": {
"type": "string",
"title": "ARIA region",
"default": "Multiple choice question",
"_adapt": {
"translatable": true
"_mcq": {
"type": "object",
"title": "MCQ",
"default": {},
"properties": {
"ariaRegion": {
"type": "string",
"title": "ARIA region",
"default": "Multiple choice question",
"_adapt": {
"translatable": true
}
}
}
}
}
Expand Down

0 comments on commit 2d268ff

Please sign in to comment.