Skip to content

Commit 7a7a6b6

Browse files
author
Vivek Nair
authored
feat: Add local test data (#182)
1 parent 1682022 commit 7a7a6b6

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

spec.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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":

0 commit comments

Comments
 (0)