Skip to content

Commit

Permalink
great success
Browse files Browse the repository at this point in the history
  • Loading branch information
Felienne committed Oct 21, 2024
1 parent 8f2298d commit beee30c
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions content/pages/pages.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,32 @@
"type": "object",
"additionalProperties": false,
"properties": {
"title": { "type": "string" },
"teacher-guide": { "type": "array", "items": { "$ref": "#/definitions/DocSection" } },
"learn-more-sections": { "$ref": "#/definitions/BasicSections" },
"join-sections": { "$ref": "#/definitions/BasicSections" },
"home-sections": { "$ref": "#/definitions/BasicSections" },
"start-sections": { "$ref": "#/definitions/BasicSections" },
"workbooks": { "type": "array", "items": { "$ref": "#/definitions/DocSection" } }
"title": {
"type": "string"
},
"teacher-guide": {
"type": "array",
"items": {
"$ref": "#/definitions/DocSection"
}
},
"learn-more-sections": {
"$ref": "#/definitions/BasicSections"
},
"join-sections": {
"$ref": "#/definitions/BasicSections"
},
"home-sections": {
"$ref": "#/definitions/BasicSections"
},
"start-sections": {
"$ref": "#/definitions/BasicSections"
},
"workbooks": {
"levels": {
"type": "array"
}
}
},
"required": [
"title", "teacher-guide", "learn-more-sections", "join-sections", "home-sections"
Expand Down

0 comments on commit beee30c

Please sign in to comment.