We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7245c commit 3707478Copy full SHA for 3707478
schemas/structure.yaml
@@ -5,7 +5,9 @@ type: "object"
5
6
properties:
7
wiki:
8
- $ref: "#/$defs/section"
+ type: "array"
9
+ items:
10
+ $ref: "#/$defs/section"
11
12
$defs:
13
section:
0 commit comments