From ffe13775740957f55c4a87cdee63481b1e6f4adb Mon Sep 17 00:00:00 2001 From: zhongtao Date: Mon, 8 Apr 2024 11:38:21 +0800 Subject: [PATCH 6/8] add runtime in process-state Signed-off-by: zhongtao --- src/json/schema/shim/client/process-state.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/json/schema/shim/client/process-state.json b/src/json/schema/shim/client/process-state.json index 15dbe91..bfa8416 100644 --- a/src/json/schema/shim/client/process-state.json +++ b/src/json/schema/shim/client/process-state.json @@ -178,6 +178,9 @@ "resizeFifo": { "type": "string" }, + "runtime": { + "type": "string" + }, "runtimeArgs": { "type": "array", "items": { -- 2.34.1