diff --git a/src/json/schema/host-config.json b/src/json/schema/host-config.json index b3fca51bc91fd553bf0573ff9f1c35629537c1cf..4eac22288c6c1fe5883e0781ec4eec190461e10e 100644 --- a/src/json/schema/host-config.json +++ b/src/json/schema/host-config.json @@ -133,6 +133,9 @@ "BlkioDeviceWriteIops": { "$ref": "defs.json#/definitions/ArrayOfBlkioDevice" }, + "NanoCpus": { + "type": "int64" + }, "CPUPeriod": { "type": "int64" }, @@ -256,4 +259,4 @@ "type": "string" } } -} +} \ No newline at end of file