Skip to content

Commit

Permalink
Fix: _globals schema nesting (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 authored Mar 21, 2023
1 parent a2eaf11 commit 6343b0d
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions schema/course.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,31 @@
"type": "object",
"default": {},
"properties": {
"_resources": {
"_extensions": {
"type": "object",
"default": {},
"properties": {
"ariaRegion": {
"type": "string",
"title": "Resources: ARIA region",
"default": "",
"_adapt": {
"translatable": true
}
},
"resources": {
"type": "string",
"_resources": {
"type": "object",
"title": "Resources",
"default": "Additional resources.",
"_adapt": {
"translatable": true
"default": {},
"properties": {
"ariaRegion": {
"type": "string",
"title": "Resources: ARIA region",
"default": "",
"_adapt": {
"translatable": true
}
},
"resources": {
"type": "string",
"title": "Resources",
"default": "Additional resources.",
"_adapt": {
"translatable": true
}
}
}
}
}
Expand Down

0 comments on commit 6343b0d

Please sign in to comment.