diff --git a/schema/config-linux.json b/schema/config-linux.json index 5ca2dc353..00114cfad 100644 --- a/schema/config-linux.json +++ b/schema/config-linux.json @@ -110,6 +110,9 @@ "quota": { "$ref": "defs.json#/definitions/int64" }, + "burst": { + "$ref": "defs.json#/definitions/uint64" + }, "realtimePeriod": { "$ref": "defs.json#/definitions/uint64" }, diff --git a/schema/test/config/good/spec-example.json b/schema/test/config/good/spec-example.json index a784d1d74..e77b250c3 100644 --- a/schema/test/config/good/spec-example.json +++ b/schema/test/config/good/spec-example.json @@ -274,6 +274,7 @@ "cpu": { "shares": 1024, "quota": 1000000, + "quota": 1000000, "period": 500000, "realtimeRuntime": 950000, "realtimePeriod": 1000000,