Skip to content

Commit 24aeb66

Browse files
bhufmannMatthewKhouzam
authored andcommitted
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 <bernd.hufmann@ericsson.com>
1 parent 426c2e4 commit 24aeb66

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

analyses/org.eclipse.tracecompass.incubator.inandout.core/schema/in-and-out-analysis.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
"description": "Custom Execution Analysis schema",
66
"type": "object",
77
"properties": {
8-
"name" : {
9-
"type": "string",
10-
"description": "The name of this InAndOut configuration"
11-
},
12-
"description" : {
13-
"type": "string",
14-
"description": "The descrition of this InAndOut configuration"
15-
},
168
"specifiers": {
179
"description": "array specifiers",
1810
"type": "array",

0 commit comments

Comments
 (0)