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:
@@ -78,7 +78,7 @@
|
||||
"ArrayOfUint32": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#definitions/uint32"
|
||||
"$ref": "#/definitions/uint32"
|
||||
}
|
||||
},
|
||||
"FileMode": {
|
||||
|
||||
Reference in New Issue
Block a user