We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd25dd3 + 4361740 commit d64c1d9Copy full SHA for d64c1d9
schema/config-vm.json
@@ -73,11 +73,9 @@
73
},
74
"iomems": {
75
"type": "array",
76
- "items": [
77
- {
78
- "$ref": "defs-vm.json#/definitions/IOMemEntryFormat"
79
- }
80
- ]
+ "items": {
+ "$ref": "defs-vm.json#/definitions/IOMemEntryFormat"
+ }
81
82
"irqs": {
83
"$ref": "defs.json#/definitions/ArrayOfUint32"
schema/defs.json
@@ -78,7 +78,7 @@
"ArrayOfUint32": {
"items": {
- "$ref": "#definitions/uint32"
+ "$ref": "#/definitions/uint32"
}
84
"FileMode": {
0 commit comments