File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -299,6 +299,13 @@ paths:
299299 type : string
300300 format : uuid
301301 description : The ID of the test case
302+ name :
303+ type : string
304+ description : The name of the test run
305+ inputs :
306+ type : object
307+ additionalProperties : true
308+ description : The input data for the test run
302309 metadata :
303310 type : object
304311 additionalProperties :
@@ -315,7 +322,6 @@ paths:
315322 $ref : " #/components/schemas/LocalEvaluation"
316323 description : Optional array of local evaluations
317324 required :
318- - caseId
319325 - stepRuns
320326 required :
321327 - testRuns
@@ -405,6 +411,13 @@ paths:
405411 type : string
406412 format : uuid
407413 description : The ID of the test case
414+ name :
415+ type : string
416+ description : The name of the test run
417+ inputs :
418+ type : object
419+ additionalProperties : true
420+ description : The input data for the test run
408421 metadata :
409422 type : object
410423 additionalProperties :
@@ -415,7 +428,6 @@ paths:
415428 items :
416429 $ref : " #/components/schemas/StepRun"
417430 required :
418- - caseId
419431 - stepRuns
420432 responses :
421433 " 200 " :
You can’t perform that action at this time.
0 commit comments