From a94a37c4731e6b5a1f37b246295784ab4f312c62 Mon Sep 17 00:00:00 2001 From: Matheus Castello Date: Wed, 16 Oct 2024 02:01:58 -0300 Subject: [PATCH] tcbuilder: schema: fix wrong tdxMeta for filesystem The tdxMeta should not be used here, this was a mistake that causes the IDE v2 to try to validate the filesystem as string instead of a list of strings. Signed-off-by: Matheus Castello --- tcbuilder/backend/tcbuild.schema.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tcbuilder/backend/tcbuild.schema.yaml b/tcbuilder/backend/tcbuild.schema.yaml index 6987273..30e3999 100644 --- a/tcbuilder/backend/tcbuild.schema.yaml +++ b/tcbuilder/backend/tcbuild.schema.yaml @@ -164,7 +164,6 @@ properties: filesystem: type: array description: "directory trees to be applied on top of the ones in the input image" - tdxMeta: "path" items: type: string description: "path to directory to be applied"