Skip to content

Commit

Permalink
Fix: _globals schema nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored Mar 22, 2023
2 parents 5f791bd + e15a740 commit 5a07f82
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": {
"_assessmentResults": {
"_components": {
"type": "object",
"default": {},
"properties": {
"ariaRegion": {
"type": "string",
"title": "ARIA region",
"default": "Assessment results.",
"_adapt": {
"translatable": true
"_assessmentResults": {
"type": "object",
"title": "Assessment Results",
"default": {},
"properties": {
"ariaRegion": {
"type": "string",
"title": "ARIA region",
"default": "Assessment results.",
"_adapt": {
"translatable": true
}
}
}
}
}
Expand Down

0 comments on commit 5a07f82

Please sign in to comment.