diff --git a/src/json/schema/host-config.json b/src/json/schema/host-config.json index 4eac22288c6c1fe5883e0781ec4eec190461e10e..ac54b402d10765eb62721706f944a287f644c4ac 100644 --- a/src/json/schema/host-config.json +++ b/src/json/schema/host-config.json @@ -171,6 +171,12 @@ } } }, + "DeviceCgroupRules": { + "type": "array", + "items": { + "type": "string" + } + }, "SecurityOpt": { "type": "array", "items": { @@ -259,4 +265,4 @@ "type": "string" } } -} \ No newline at end of file +}