From de9dad87ccd54bd2beceb0d8dbb6bd5c442270ff Mon Sep 17 00:00:00 2001 From: zhongtao Date: Sat, 8 Apr 2023 11:38:50 +0800 Subject: [PATCH 11/15] add files_limit to oci spec Signed-off-by: zhongtao --- src/json/schema/defs.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/json/schema/defs.json b/src/json/schema/defs.json index cfbaa19..58c56fe 100644 --- a/src/json/schema/defs.json +++ b/src/json/schema/defs.json @@ -989,6 +989,19 @@ "limit" ] }, + "files": { + "id": "https://opencontainers.org/schema/bundle/linux/resources/files", + "type": "object", + "properties": { + "limit": { + "id": "https://opencontainers.org/schema/bundle/linux/resources/files/limit", + "$ref": "#/definitions/int64" + } + }, + "required": [ + "limit" + ] + }, "blockIO": { "id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO", "type": "object", -- 2.25.1