1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2026-02-05 09:45:57 +01:00

schema: fix path for uint32 type

commit af0d16d781 introduced the
regression.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2025-12-09 12:13:49 +01:00
parent fd25dd34a0
commit 04836b1e7a

View File

@@ -78,7 +78,7 @@
"ArrayOfUint32": {
"type": "array",
"items": {
"$ref": "#definitions/uint32"
"$ref": "#/definitions/uint32"
}
},
"FileMode": {