From ee4436277c80cae884e4cf445fa117895aea4ab0 Mon Sep 17 00:00:00 2001 From: Vasan Subramanian Date: Sat, 8 Jun 2024 12:19:10 +0530 Subject: [PATCH] Added $skip to bundle schema --- schemas/zzapi-bundle.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/zzapi-bundle.schema.json b/schemas/zzapi-bundle.schema.json index 82fc8af..e3a562d 100644 --- a/schemas/zzapi-bundle.schema.json +++ b/schemas/zzapi-bundle.schema.json @@ -131,7 +131,8 @@ } ] }, - "$tests": { "$ref": "#/$defs/tests" } + "$tests": { "$ref": "#/$defs/tests" }, + "$skip": { "type": "boolean" } } } ]