Skip to content

Commit 4361740

Browse files
committed
schema: fix definition for array type
commit af0d16d introduced the regression. Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent 04836b1 commit 4361740

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

schema/config-vm.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,9 @@
7373
},
7474
"iomems": {
7575
"type": "array",
76-
"items": [
77-
{
78-
"$ref": "defs-vm.json#/definitions/IOMemEntryFormat"
79-
}
80-
]
76+
"items": {
77+
"$ref": "defs-vm.json#/definitions/IOMemEntryFormat"
78+
}
8179
},
8280
"irqs": {
8381
"$ref": "defs.json#/definitions/ArrayOfUint32"

0 commit comments

Comments
 (0)