From 04836b1e7ae1286ef9b56129a8748aa5e4e5bc36 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 9 Dec 2025 12:13:49 +0100 Subject: [PATCH] schema: fix path for uint32 type commit af0d16d78169204104eedd586e3c89bba6fe7544 introduced the regression. Signed-off-by: Giuseppe Scrivano --- schema/defs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {