Skip to content

Commit 04836b1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/defs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"ArrayOfUint32": {
7979
"type": "array",
8080
"items": {
81-
"$ref": "#definitions/uint32"
81+
"$ref": "#/definitions/uint32"
8282
}
8383
},
8484
"FileMode": {

0 commit comments

Comments
 (0)