Skip to content

Commit

Permalink
try manual schema (too lazy to really write a schema haha)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felienne committed Oct 21, 2024
1 parent e8dd375 commit 8f2298d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/pages/pages.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"join-sections": { "$ref": "#/definitions/BasicSections" },
"home-sections": { "$ref": "#/definitions/BasicSections" },
"start-sections": { "$ref": "#/definitions/BasicSections" },
"workbooks": { "$ref": "#/definitions/BasicSections" }
"workbooks": { "type": "array", "items": { "$ref": "#/definitions/DocSection" } }
},
"required": [
"title", "teacher-guide", "learn-more-sections", "join-sections", "home-sections"
Expand Down

0 comments on commit 8f2298d

Please sign in to comment.