From 8f2298d1fee6a186c89201cffd5ed7955c8d5300 Mon Sep 17 00:00:00 2001 From: Felienne Hermans Date: Mon, 21 Oct 2024 12:21:31 -0700 Subject: [PATCH] try manual schema (too lazy to really write a schema haha) --- content/pages/pages.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/pages.schema.json b/content/pages/pages.schema.json index 8652b464015..b1e037c9c57 100644 --- a/content/pages/pages.schema.json +++ b/content/pages/pages.schema.json @@ -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"