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 <[email protected]>
  • Loading branch information
bhufmann committed Nov 5, 2024
1 parent 794ca85 commit b48240c
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 b48240c

Please sign in to comment.