From 24aeb6633bf307728565a179dd56ee213e16b465 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Tue, 5 Nov 2024 08:49:47 -0500 Subject: [PATCH] Remove name/description from InAndOut configuration schema The name and description are default parameters for configurations and don't need to be part of the schema for the custom parameters for the InAndOut analysis. Signed-off-by: Bernd Hufmann --- .../schema/in-and-out-analysis.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/analyses/org.eclipse.tracecompass.incubator.inandout.core/schema/in-and-out-analysis.json b/analyses/org.eclipse.tracecompass.incubator.inandout.core/schema/in-and-out-analysis.json index 248c1b327..3c2813b79 100644 --- a/analyses/org.eclipse.tracecompass.incubator.inandout.core/schema/in-and-out-analysis.json +++ b/analyses/org.eclipse.tracecompass.incubator.inandout.core/schema/in-and-out-analysis.json @@ -5,14 +5,6 @@ "description": "Custom Execution Analysis schema", "type": "object", "properties": { - "name" : { - "type": "string", - "description": "The name of this InAndOut configuration" - }, - "description" : { - "type": "string", - "description": "The descrition of this InAndOut configuration" - }, "specifiers": { "description": "array specifiers", "type": "array",