mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-12 09:46:25 +08:00
schema: remove major,minor from device required items
When type is p, major and minor is not required. So, we should not leave them in require. Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
This commit is contained in:
@@ -105,9 +105,7 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"type",
|
||||
"path",
|
||||
"major",
|
||||
"minor"
|
||||
"path"
|
||||
],
|
||||
"properties": {
|
||||
"type": {
|
||||
|
||||
Reference in New Issue
Block a user