We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c3763 commit 8e59229Copy full SHA for 8e59229
schema/config-linux.json
@@ -48,14 +48,17 @@
48
},
49
"namespaces": {
50
"id": "https://opencontainers.org/schema/bundle/linux/namespaces",
51
- "type": "array",
52
- "items": {
53
- "anyOf": [
54
- {
+ "oneOf": [
+ {
+ "type": "array",
+ "items": {
55
"$ref": "defs-linux.json#/definitions/NamespaceReference"
56
}
57
- ]
58
- }
+ },
59
+ "type": "null"
60
+ }
61
+ ]
62
63
"resources": {
64
"id": "https://opencontainers.org/schema/bundle/linux/resources",
0 commit comments