diff --git a/schema/defs.json b/schema/defs.json index 329b61d..4533754 100644 --- a/schema/defs.json +++ b/schema/defs.json @@ -78,7 +78,7 @@ "ArrayOfUint32": { "type": "array", "items": { - "$ref": "#definitions/uint32" + "$ref": "#/definitions/uint32" } }, "FileMode": {