Skip to content

Commit

Permalink
Remove name/description from InAndOut configuration schema
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bhufmann authored and MatthewKhouzam committed Nov 5, 2024
1 parent 426c2e4 commit 24aeb66
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 24aeb66

Please sign in to comment.