File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -741,10 +741,10 @@ $defs:
741741 description : The length of benchmark in milliseconds.
742742 type : integer
743743
744- actionCommand :
745- title : Command action
744+ actionExecute :
745+ title : Execute action
746746 description : |
747- The command action defines the details of a command to be executed by the service.
747+ The execute action defines the details of a command to be executed by the service.
748748 type : object
749749 properties :
750750 service :
@@ -1086,8 +1086,8 @@ $defs:
10861086 patternProperties :
10871087 " ^bench/.* " :
10881088 $ref : ' #/$defs/actionBench'
1089- " ^command /.* " :
1090- $ref : ' #/$defs/actionCommand '
1089+ " ^execute /.* " :
1090+ $ref : ' #/$defs/actionExecute '
10911091 " ^expect/.* " :
10921092 $ref : ' #/$defs/actionExpectation'
10931093 " ^request/.* " :
You can’t perform that action at this time.
0 commit comments