From adf16365792ac998e082182075dd66cf2fe6ed59 Mon Sep 17 00:00:00 2001 From: Yaswanth Kumar Togarapu Date: Thu, 12 Dec 2024 16:32:42 +0900 Subject: [PATCH] feat(package): supports hostPID for package --- riocli/jsonschema/schemas/package-schema.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/riocli/jsonschema/schemas/package-schema.yaml b/riocli/jsonschema/schemas/package-schema.yaml index 8581c282..af74b32d 100644 --- a/riocli/jsonschema/schemas/package-schema.yaml +++ b/riocli/jsonschema/schemas/package-schema.yaml @@ -78,6 +78,8 @@ definitions: type: array items: "$ref": "#/definitions/deviceROSBagJobSpec" + hostPID: + type: boolean - properties: runtime: