From 370747858b8c7d76309afaf86f023cd0b6c106f8 Mon Sep 17 00:00:00 2001 From: Fernando-A-Rocha Date: Sat, 18 Jan 2025 12:41:49 +0000 Subject: [PATCH] . --- schemas/structure.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schemas/structure.yaml b/schemas/structure.yaml index a17dbd1..375227b 100644 --- a/schemas/structure.yaml +++ b/schemas/structure.yaml @@ -5,7 +5,9 @@ type: "object" properties: wiki: - $ref: "#/$defs/section" + type: "array" + items: + $ref: "#/$defs/section" $defs: section: