From d67d2925a592a17f2a7c330f9ba75b3d4287a983 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 29 Aug 2024 08:40:23 +0000 Subject: [PATCH] Update JSON Schema --- resources/schema.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources/schema.json b/resources/schema.json index 54c39156..3360fe3c 100644 --- a/resources/schema.json +++ b/resources/schema.json @@ -1621,6 +1621,11 @@ "title": "regex", "description": "use regular expression to check the contain or not contain" }, + "with_output": { + "type": "boolean", + "title": "with_output", + "description": "generate error message with the output" + }, "bastion": { "type": "string", "title": "Bastion Server", @@ -1793,6 +1798,11 @@ "title": "regex", "description": "use regular expression to check the contain or not contain" }, + "with_output": { + "type": "boolean", + "title": "with_output", + "description": "generate error message with the output" + }, "eval": { "$ref": "#/$defs/eval_Evaluator", "title": "HTTP Evaluator", @@ -2020,6 +2030,11 @@ "type": "boolean", "title": "regex", "description": "use regular expression to check the contain or not contain" + }, + "with_output": { + "type": "boolean", + "title": "with_output", + "description": "generate error message with the output" } }, "additionalProperties": false, @@ -2201,6 +2216,11 @@ "title": "regex", "description": "use regular expression to check the contain or not contain" }, + "with_output": { + "type": "boolean", + "title": "with_output", + "description": "generate error message with the output" + }, "bastion": { "type": "string", "title": "Bastion Server",